Running the command
In addition to normal Workload Automation Programming Language JCL requirements, EQQWXJBU needs the following DD statements allocated.
| DD Name | Purpose | Attributes |
|---|---|---|
| CSVFILE | The comma separated value file containing the jobs and dependencies. The CSVFILE is read only if MAP has been specified. | Input data set or instream SYSIN. For multiple predecessors allow for a long record length. Line numbers are not allowed. |
| OUTBL | The Batch Loader generated by this command to perform the updates is written to OUTBL if UPDATE(N) is set. | Can be an output data set or SYSOUT. Typically FB 80 |
The JCL for running the command must specify EQQWXJBU as the command and pass the arguments in the ARGS symbolic parameter.
//RUNPIF EXEC EQQYXJPX,
// SUBSYS=TWSA,
// CMD=EQQWXJBU,
// ARGS='JOB(ZAPPED) HEADER(Y) INFILE(MOREJOBS) DATA(*)'
//OUTDATA DD SYSOUT=*
//MOREJOBS DD *
FRED*
TWSC*