Can there be 2 job statements in a JCL?
If yes what is the purpose of doing tha?
Answer Posted / mr.perfect
we can use two job statement in single JCL, i think it is
not necessary to use two job statements in single JCL,
because a single job can execute compile and RUN jcl with
single JOB statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
Name a few IBM utility programs, and explain its function.
How is the record format of an output dataset specified?
What do you understand by jcl?
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 alter the parameters for the existing gdg?
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.
What is timing concept in mainframe?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Explain the hierarchy levels in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Matching Logic in Jcl not in cobol.Could any one please answer this question
what is the purpose of coding class parameter in job statement?
What is Cataloged Procedures?