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 |
Explain the function of //cntl statement?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
What is the meaning of keyword in JCL? What is its opposite?
how to purge 50 initiators continuously?? console commands??
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
Mention the types of job control statements?
What will happen if we write two STOP RUN's in a COBOL program?
How is the record format of an output dataset specified?
how to resolve the soc4 error?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
How can you execute a COBOL program via SYSIN in JCL?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent