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
A dd statement consists of 4 fields. Name them?
What is NOTCAT ?
how do you access an uncataloged dataset in a jcl?
what happens in execution stage in job processing?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How to alter the parameters for the existing gdg?
What is the use of disp parameter?
what is use of dcb parameter in dd statement?
What is the function of a dd statement?
What are the parameter we cannot use in procedure?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How gdg are concatenated?
Explain in DD statement what is the use of DCB parameter?
Is it possible to left uncode disp? If yes, how?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?