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 |
How can values be passed from the job stream to an executable program?
How dummy is used in jcl?
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 is the difference between return code and maxcc?
can any one plzzzzzz tell the jcl code for creating ps using idcams
wht r different types of sort fields in jcl ?
Define concatenating?
Which dd parameters are required?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
what do you mean By spooling? Expand SPOOL?