When we give TYPERUN = SCAN , what are the syntax errors we
get?
Answer Posted / guest
It will check for the JCL Syntax errors and whether the
given Datasets,libraries are present.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
List in order the hierarchical levels of jcl?
how you can direct the data to spool using SYSOUT option?
What is notcat 2 - gs?
Explain the function of a dd statement?
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 condition checking possible in jcl?
Is acct parameter mandatory?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the purpose of the dd keylen parameter?
For what purpose steplib and joblib are used ?
Explain in DD statement what is the use of DCB parameter?
Mention the types of job control statements?
How does jcl act on a cobol code?
how do you code a null statement?
What is Cataloged Procedures?