Previous Topic: Submit a Command to z/OS with CAconsole

Next Topic: Agent Technology Commands

Optional Batch Operation

CAconsole for z/OS can run as a standalone service using conventional z/OS JCL. The JCL should resemble this example:

//CACONSO JOB  . . .
 //$$$$$$@  EXEC PGM=BPXBATCH, 
//        PARM='sh /u/users/framewrk/CAconsole -T1234 -V D TS,L '
//STDOUT   DD SYSOUT=*   
//STDERR   DD SYSOUT=* 
//SYSPRINT DD SYSOUT=* 

Applicable parameters are -T, -X, -V, and cmdseq; all are optional. If no command is specified, the input is derived from standard input.