How do you check the syntax of a JCL without running it?
Answer Posted / guest
TYPERUN=SCAN on the JOB card or use JSCAN.
| Is This Answer Correct ? | 63 Yes | 10 No |
Post New Answer View All Answers
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.
is there any way to execute more than one proc in the same exec statement at the same time..?
Which statement is used to identify the private libraries in job?
For what purpose steplib and joblib are used ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Is it possible to code instream data in a PROC?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Mention the types of job control statements?
Where & How Do You Code Identifier In Jcl?
Is condition checking possible in jcl? If yes, how?
what is use of disp parameter in dd statement?
Is it possible to left uncode disp?
Is automatic restart possible in jcl? If yes, how?
how do you access an uncataloged dataset in a jcl?
which utility is used a dummy utility?