Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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


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


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
ucmd -cmd 'dir \' -host dallas -userid joe -pwd password


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
ucmd -cmd 'dir \' -host dallas -userid joe -pwd password


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
STRUCM CMD('dir \') HOST(dallas) USERID(joe) PWD(abcdefg)


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
run $SYSTEM.UNVBIN.ucmd -cmd 'dir \' -host dallas -userid joe -pwd password


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

...