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 do you access an uncataloged dataset in a jcl?
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?
How do you access an uncatalogued dataset in a jcl?
What is the function of dd disp parameter?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Is it possible to left uncode disp? If yes, how?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
which utility is used to run a cobol-db2 program?
How to pass data to a program that is coded in an exec statement?
List the different jcl statements that are not permitted in the procedures?
is there any way to execute more than one proc in the same exec statement at the same time..?
Differentiate between addressing mode and run mode.
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What are the parameters that are used in creating a gdg?
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