1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / necron
Basically we use TYPRUN = SCAN to check the syntax errors
in the JCL.
Ex of syntax error: You have given a continuation (,comma)
at the end of a line and there was no continuation in the
next line.
In the Spool you will have the line no and a message about
the problem that occurred on a particular line in the jcl.
In the above said example it will be
line no: x Expected continuation not received.
Hope this clears your doubt.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is the function of //cntl statement?
Differentiate between the joblib and the steplib statements?
How is the record format of an output dataset specified?
What is the difference between the positional and keyword parameters? Give examples.
For what purpose steplib and joblib are used ?
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.
How can a stopped job be started again?
What is multithreading in jcl?
What is one line to pass PARM from JCL to COBOL?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the function of //jcllib statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is the compile process of cobol program expalin with code
how do you code a null statement?