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 purpose of dd dummy statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
how JCL works?
Is condition checking possible in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What do you understand by the term job time – out and how can you overcome that?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is use of dcb parameter in dd statement?
What is the syntax of JCL statement?
Give the syntax of job specifying jcl statement.
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
how to do automated restart when a job abends?
What is the function of dd disp parameter?
What is Cataloged Procedures?
How is a type of file defined in the jcl that executes the cobol program?