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
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
define cond parameter in jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
How can unused space allocation be returned to the system when a dataset is closed?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What parameter directs the output of the job log dataset?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is the format of comment statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is notcat 2 - gs?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are steplib and joblib?