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 is the significance of addrspc parameter in exec statement?
Explain the function of dd disp parameter?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
what does mvs stand for?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
Describe the DD statement, its meaning, syntax and keywords?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
What is use of restart and how to use it?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
what is use of dsn parameter in dd statement?