1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / mohamed khan
eg., I have a two steps in a Job -
Step 1 runs a program and Step 2 creates an outout file.
Now assume the output file(xxx.xxx)is already present.
If I give TYPRUN=SCAN, this will result in error , file
xxx.xxx already cataloged.
By doing this I save my time since I am alerted about the
file being cataloged before the program in step 1 was run.
(Though I will get the same error when i submit the job as
well)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the function of the dd avgrec keyword in sms datasets?
Explain the function of job statement in jcl?
how do you code a null statement?
Explain how can the submitting users racf authority be overridden in a job stream?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is jcl in mainframe?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
When space is allocated for an output dataset, what units can be used?
How is a type of file defined in the jcl that executes the cobol program?
A dd statement consists of 4 fields. Name them?
What is the function of //cntl statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is DD statement is used in JCL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what is DSN in JCL and what are the parameters to declare the DSN?