Can there be 2 job statements in a JCL?
If yes what is the purpose of doing tha?
Answer Posted / sroul4
yes we can, but it treats both the job differently,
The file created in one job step can not be used in the
other job steps.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Name the parameters which can be used to limit the number of records written to a sysout dataset?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
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 are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is multithreading in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
Does jcl support automatic restart?
how to compare two datasets without using superce because output is limited to 133 bytes
List in order the hierarchical levels of jcl?
What is the use of disp parameter?
how you can direct the data to spool using SYSOUT option?
What is the difference between run mode and addressing mode?
What are the 4 fields in dd statement?
how can the same proc be re-used and called by many jobs?
whats the diff bw the evaluate also and and?