How do you check the syntax of a JCL without running it?
Answer Posted / jim
No to knock answer 1 but "TYPRUN=SCAN" is what works on my
system (no E in type)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
which utility is used a dummy utility?
What is notcat 2 - gs?
what is the use of IEBGENER utility?
What are the utility programs in jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I need exexution process for JCL programs
How can return codes be tested before execution of a job step?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Can we use DISP=SHR in output file in JCL
What is condition checking in jcl? Is this possible?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
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.
how to do automated restart when a job abends?
Explain how can the disposition of sysout datasets be set for an entire jobstream?