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.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |