What will happen if two JOB statements are mentioned in an
JCL continuously.
Answer Posted / 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 |
Post New Answer View All Answers
How do you overcome this limitation ?
what is the use of IEBGENER utility?
Explain the jcl exec statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is a jcl?
Is their any limit for data sets?
Can we use DISP=SHR in output file in JCL
What is the use of symbol // in jcl?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How is a type of file defined in the jcl that executes the cobol program?
What happens if both JOBLIB & STEPLIB is specified ?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the purpose of dd * statement in jcl?
In job processing, what happens in conversion stage?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you