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
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?
what is “Cond= even” and “Cond=only”?
what is use of space parameter in dd statement?
in ways data can be passed to a COBOL program from JCL?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
when does a dataset go uncataloged?
What happens if both JOBLIB & STEPLIB is specified ?
What do you understand by jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is JCL?
How can unused space allocation be returned to the system when a dataset is closed?
How do you access an uncatalogued dataset in a jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
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.