What will happen if two JOB statements are mentioned in an
JCL continuously.
Answers were Sorted based on User's Feedback
Answer / amarnadh reddy
Hi,
If we wrote two job statements in one jcl, if we need to
write atleast one step within one job statement.
after submitted this jcl we can get multiple sysouts in
spool. that means independently display in spool.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / vikram`
We will be getting JCl geting from 2nd Job statement
onwards and the first job statement alone willl be
submitted and it gets
executed.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the improvement to COND= in the latest version of MVS?
Is there any command to check wether the ps file is in sorted order?
What is the purpose of include statement in a JCL?
Where can program checkpoints be stored for use in a restart?
what is the compile process of cobol program expalin with code
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
what is use of disp parameter in dd statement?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
what is the difference between JES3 and JES2?
what is use of space parameter in dd statement?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?