Previous Topic: Submit a Command to z/OS with CAconsoleNext Topic: delkeep-Acknowledge Held Console Messages


Optional Batch Operation

CAconsole for z/OS can run as a standalone service using conventional z/OS JCL. The JCL resembles 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=* 

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