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.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|