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 |
What does the TIME parameter signify ? What does TIME=1440 mean ?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
what is DSN parameter and DISP parameter is used for?
how can the same proc be re-used and called by many jobs?
What is catelog procedure and how many catelog procedure to use in one job?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
What is jcl in mainframe?
how many max steps can we use in a job? pls answer to my question
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
What is a GDG