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 ?
Answers were Sorted based on User's Feedback
Answer / prachi
You can have multiple job statements(job card) in one JCL.
| Is This Answer Correct ? | 41 Yes | 3 No |
Answer / veer
i completely agreed with Prachi we can defined more than one
"job card" in a single JCL.....
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / vinay sonar
You can have max 1 job card in a job.For multiple job card
your job-id should be same
| Is This Answer Correct ? | 6 Yes | 3 No |
How to search strings in multiple dataset with conditions 'string1 & string2'?
How can we increment subscript and index?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Explain about LMCOPY -
Is Default for MSGCLASS = (1,1) ?
Explain the function of the dd dcb keyword?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
what is the meaning of keyword in jcl?what is is opposite?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
Mention the types of job control statements?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?