Can there be 2 job statements in a JCL?
If yes what is the purpose of doing tha?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mr.perfect
we can use two job statement in single JCL, i think it is
not necessary to use two job statements in single JCL,
because a single job can execute compile and RUN jcl with
single JOB statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are there any set of rules for the names of the steps used in a job?
how you will define a temporary dataset in jcl?
what is DD statement is used in JCL?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
What happens if both JOBLIB and STEPLIB is specified ?
Explain the jcl exec statement?
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?