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
How can the submitting users racf authority be overridden in a job stream?
Is it possible to left uncode disp? If yes, how?
What is the purpose of the dd keylen parameter?
Explain the job statement in jcl?
Differentiate between addressing mode and run mode.
What is the function of the dd avgrec keyword in sms datasets?
what is the purpose of coding class parameter in job statement?
What is one line to pass PARM from JCL to COBOL?
Explain the function of job statement in jcl?
What are hierarchy levels in jcl?
How is a type of file defined in the jcl that executes the cobol program?
what is the resolution for sb37 error
What does a disposition of (MOD,DELETE,DELETE) mean ?
Suppose I have five jobs to do. But I want to hold one?
How to run cobol program using jcl?