How do you submit a JCL under CICS environment ?
Answer Posted / guest
Edit the JCL in Extra partition TDQ and submit the same
using some system command (not sure) under CICS subsystem.
This is what i think, please clarify....
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How to submit jcl through a cobol program?
Give the syntax of job specifying jcl statement.
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How does jcl act on code(if you take a cobol program)?
what are the various stages of job processing?
how to compare two datasets without using superce because output is limited to 133 bytes
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain the job statement in jcl?
Explain the jcl exec statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how can you check if a file is empty using jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
How does jcl specify the job to the operating system?
define cond parameter in jcl?