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
what is the JCL statement consists of?
Explain the hierarchy levels in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the function of the steplib dd statement?
Is it possible to define dd statements as you want?
How jcl work to handle various input output file operations?
How to pass data to a program that is coded in an exec statement?
Give the syntax of job specifying jcl statement.
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 do you overcome this limitation ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain dfsort utility?
What parameter directs the output of the job log dataset?
whats the diff bw the evaluate also and and?