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 / saisankar
only one job statement has to be there in jcl.
for info:saisankar85@gmail.com
| Is This Answer Correct ? | 5 Yes | 16 No |
Post New Answer View All Answers
How can a jobs execution priority be modified?
Explain how can a stopped job be started again?
Can we use DISP=SHR in output file in JCL
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 jcl exec statement?
What is use of restart and how to use it?
What is the difference between the positional and keyword parameters? Give examples.
what are JCLLIB and STEPLIB in JCL?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain the purpose of dd * statement in jcl?
Explain how can values be passed from the job stream to an executable program?
Explain dd statement in jcl?
How to override loadlib?
List in order the hierarchical levels of jcl?