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
what is a jcl?
How is the record format of an output dataset specified?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the jcl exec statement?
what is the purpose of coding notify parameter in job statement?
in ways data can be passed to a COBOL program from JCL?
Explain how can a jobs execution priority be modified?
which parameter is use to declare the name of dataset in dd statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is the compile process of cobol program expalin with code
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What are steplib and joblib? What for they are used?
What is multithreading in jcl?
Explain how can values be passed from the job stream to an executable program?
What is the function of a dd statement?