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 / prachi
You can have multiple job statements(job card) in one JCL.
| Is This Answer Correct ? | 41 Yes | 3 No |
Post New Answer View All Answers
what is use of dsn parameter in dd statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Explain how can return codes be tested before execution of a job step?
what is DD statement is used in JCL?
in ways data can be passed to a COBOL program from JCL?
when does a dataset go uncataloged?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Why include statement is used in a jcl?
In job processing, what happens in conversion stage?
What is notcat 2 - gs?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the purpose of dd dummy statement?
Is acct parameter mandatory?
what JCL Procedures?