Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

The following figure illustrates the JCL to execute UCMD Manager in a step. The input options are specified on the SYSIN ddname.


Panel

Html bobswift

<pre>
//S1 EXEC UCMDPRC
//SYSIN DD *
-cmd 'dir \' -host dallas -userid joe -pwd abcdefg
/*
</pre>


Anchor
1133407
1133407
You will need to make the following changes to this example so that it will run in your environment:

...

The following command and command line options execute UCMD Manager.


Panel

Html bobswift

<pre>
ucmd -cmd 'dir \' -host dallas -userid joe -pwd password
</pre>


Anchor
1133458
1133458
You will need to make the following changes to this example so that it will run in your environment:

...

The following command and command line options execute UCMD Manager.


Panel

Html bobswift

<pre>
ucmd -cmd 'dir \' -host dallas -userid joe -pwd password
</pre>


Anchor
1133510
1133510
You will need to make the following changes to this example so that it will run in your environment:

...

The following CL command and parameters execute UCMD Manager.


Panel

Html bobswift

<pre>
STRUCM CMD('dir \') HOST(dallas) USERID(joe) PWD(abcdefg)
</pre>


Anchor
1133564
1133564
You will need to make the following changes to this example so that it will run in your environment:

...

The following command and command line options execute UCMD Manager.


Panel

Html bobswift

<pre>
run $SYSTEM.UNVBIN.ucmd -cmd 'dir \' -host dallas -userid joe -pwd password
</pre>


Anchor
1133616
1133616
You will need to make the following changes to this example so that it will run in your environment:

...