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 |
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
What is the difference between a symbolic and an override in executing a PROC?
What are isolation levels? Where do we need to specify them in compiling JCL?
wt will happen to the step of a job if u code COND=ONLY
What are the 4 fields in dd statement?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What will happen if two JOB statements are mentioned in an JCL continuously.
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
Hi, can any one tell about " How do u eliminate the duplicates "
How do you check the syntax of a JCL without running it?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
How is a GDG base created?