What is dummy parameter in JCL??
Answers were Sorted based on User's Feedback
Answer / lakshmi
The DUMMY statement will allow a Jcl program to run if a
data set does not exist.
| Is This Answer Correct ? | 22 Yes | 7 No |
Answer / priyadarsini.maitree23@gm
when we have a utility which needs a DD DSN statement, but, we dont need to give any input file, we give dummy in place of the workfile so that the jcl will execute without any issue..
| Is This Answer Correct ? | 1 Yes | 0 No |
What are three parameters you can specify on Job statement as well as on exec stmt ?
How to execute step2,step1, step3 if step1,2,3 are in order
What is the format of comment statement?
what is the use of JCL?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the difference between run mode and addressing mode?
how GDGs are concatinated?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
How do you override a parameter in Positional parameters?
what is fixed length and variable length and difference between them
How can return codes be tested before execution of a job step?
What is the purpose of the PARM keyword in the EXEC statement?