Previous Topic: Issue CommandsNext Topic: System Name


Issue Console Commands

To issue a command from the system console, use the MODIFY command, as in F ZAGA, where ZAGA is the started agent name. For example:

F ZAGA, STATUS

Issue OPER Commands

To issue a command that requires OPER authority, precede it with OPER. For example:

OPER STATUS

Issue Commands in Batch

To issue a command in batch, use the following JCL after your job card:

//EXEC PGM=ESP,REGION=4000K
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
z/OS Agent command
.
.
.
z/OS Agent command