How many JOB statements a JCL can have ? If there are more
than one JOB statements in a JCL, are they submitted in
succession or in parallel ?
Answer Posted / prachi
You can have multiple job statements(job card) in one JCL.
| Is This Answer Correct ? | 41 Yes | 3 No |
Post New Answer View All Answers
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How to override loadlib?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain the purpose of dd dummy statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain in DD statement what is the use of DCB parameter?
What is Cataloged Procedures?
Mention the types of job control statements?
Explain about ISPF/TSO Commands
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Differentiate between the joblib and the steplib statements?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What do you understand by the term job time – out and how can you overcome that?
Explain the function of a dd statement?
Is there any command to check wether the ps file is in sorted order?