What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / sivakumar sekharannair
The use a a DD statement with a DUMMY parameter will allow
a program to run if a data set does not exist. In the cobol
program the OPEN will be successful, the first READ will
return an End-of-File return code and the close will be
successful.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What are the difference between jcl and jes?
define cond parameter in jcl?
Explain the function of dd disp parameter?
what is a jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
List the various advantages of using jcl language?
whats the diff bw the evaluate also and and?
How dummy is used in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain the function of a dd statement?
How to submit jcl through a cobol program?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What is the function of //jcllib statement?
Explain in DD statement what is the use of DCB parameter?