The following illustration shows the JCL for the PMOCOMND program:
//PMOCMNDn EXEC PGM=PMOCOMND //STEPLIB DD DSN=authorized library,DISP=SHR //PCOMMAND DD * /*
You may run a PMOCOMND step in its own job or as a step in an existing job. In the example shown above, n is a number that helps you keep track of each occurrence of this job step if you use it several times in one job. Authorized library is the name of the library that contains the PMOCOMND load module.
To complete the JCL for a particular job step, you add one or more CA PMO commands following the //PCOMMAND DD statement. Start each command on a new line. There is no maximum number of commands that you can specify. The maximum length of a command is 70 characters. If you place an asterisk (*) in the first column of a line, the rest of the line is treated as a comment. When you are finished specifying the commands, you can execute the step.
|
Copyright © 2011 CA.
All rights reserved.
|
|