Previous Topic: Operator CommandsNext Topic: Printer Control Commands


Multiple Commands

You can enter more than one command on one command line.

Multiple commands are separated by semicolons:

command1;command2;command3

The subsystem communication character is not repeated for each command. It is only specified at the start of the first command.

When CA OPS/MVS is used to stop CA Spool and multiple commands are needed, then multiple commands must be separated by TWO semicolons to leave ONE semicolon to be passed on to CA Spool.

Example:

CMD1(F &JOBNAME,PNET;;SHUTDOWN;;DA)                                   
CMD2(F &JOBNAME,TNET;;SHUTDOWN;;DA)                                   
CMD3(F &JOBNAME,DA;;TNET;;SHUTDOWN,F)