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 |
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
when GDG version number get changed ? bcz always Generations only increasing.
how to skip the steps in JCl
Can you delete the GDG base without deleting GDG generations ?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
What are the basic JCL Statements for a Job?
How to use COND Parameter in jcl
How to submit jcl through a cobol program?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Why do you use a control card?