How many JOB statements a JCL can have ? If there are more
than one JOB statements in a JCL, are they submitted in
succession or in parallel ?
Answer Posted / saisankar
only one job statement has to be there in jcl.
for info:saisankar85@gmail.com
| Is This Answer Correct ? | 5 Yes | 16 No |
Post New Answer View All Answers
what is a jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How would you understand error(execution phase)?
Is acct parameter mandatory?
What statement can be used to send data to another mvs jes3 node?
how to do automated restart when a job abends?
How does jcl specify the job to the operating system?
which parameter is used to check the syntax of a jcl without executing it?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
In sms datasets, what is the function of the dd avgrec keyword?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain the function of //cntl statement?
what is the purpose of coding class parameter in job statement?