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
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what JCL Procedures?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what is a jcl?
how you can access an uncataloged dataset in a JCL?
Explain how can a stopped job be started again?
How does jcl act on code(if you take a cobol program)?
How to submit a jcl from cics?
which utility is used to sort a file in jcl?
How do you create a temporary dataset?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Can I send output of job to my remote device careerride123?
what is JCL?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.