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 identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
Explain dd statement in jcl?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
Describe the various parameters utilized in the creation of a gdg?
How do you find which GDG is using which dataset?
What are the parameter we cannot use in procedure?
wht is the d/f between positional parameter n keyword parameter ?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
How do you submit JCL via a Cobol program?
how to skip the steps in JCl