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 |
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is the use of IEBGENER utility?
What is the syntax of JCL statement?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the use of symbol // in jcl?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete