1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / prakash
Hi Sandhya, Its a kind of dry run where all the steps will
be performed but it won't be executed. Meansa data base
will not be updated, or dataset will not be catalogued. As
the name suggests its just a scan and checks the skeleton
of the jcl whether it is going to give error or not.
You need to submt the jcl in the same manner as u submit
all the jcls (by SUB) but this type it will only scan.
Thanks
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is acct parameter mandatory?
how do you access an uncataloged dataset in a jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
how can you check if a file is empty using jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What are the parameters that are used in creating a gdg?
Explain how can an in-stream dataset be terminated?
Explain the function of the steplib dd statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the syntax of JCL statement?
How does jcl act on a cobol code?
How dummy is used in jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?