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 |
Definition of COND parameter in JCL
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
how to modify the copy book?explain with examples
How to release the Output HELD by using HOLD = YES on DD statement ?
how do you resolve for soc7 error
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
Is condition checking possible in jcl?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
When will we need to specify Space parameter ?