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


Please Help Members By Posting Answers For Below Questions

how do you access an uncataloged dataset in a jcl?

1057


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?

888


How do you access an uncatalogued dataset in a jcl?

817


What is the function of dd disp parameter?

736


What does a disposition of (MOD,DELETE,DELETE) mean ?

763






Is it possible to left uncode disp? If yes, how?

787


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5167


which utility is used to run a cobol-db2 program?

914


How to pass data to a program that is coded in an exec statement?

926


List the different jcl statements that are not permitted in the procedures?

723


is there any way to execute more than one proc in the same exec statement at the same time..?

2204


Differentiate between addressing mode and run mode.

689


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

822


What are the parameters that are used in creating a gdg?

827


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

2009