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 |
how you can direct the data to spool using SYSOUT option?
when we use sysprint and sysout statements
What is the purpose of dd?
What does a disposition of (new,catlg,keep) for a dsn mean?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
can we copy a file from fixed block to variable block and vice versa ....asap
What is the function of //jcllib statement?
How many positional parameters are there in job statement?
what is static and dynamic call with examples?