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

what is the JCL statement consists of?

893


Explain the hierarchy levels in jcl?

1380


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?

1970


What is the function of the steplib dd statement?

916


Is it possible to define dd statements as you want?

848


How jcl work to handle various input output file operations?

858


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

1050


Give the syntax of job specifying jcl statement.

832


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.

2254


How do you overcome this limitation ?

896


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?

1024


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2310


Explain dfsort utility?

1015


What parameter directs the output of the job log dataset?

982


whats the diff bw the evaluate also and and?

2059