What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / sukumar
The DUMMY statement will allow a Jcl program to run if a
data set does not exist.
Following example:
//JOB1 JOB NOTIFY=&SYSUT1
//STEP1 EXEC PGM=IEBGENER
//DD1 DD DSN=IASM12.CLASS.PS1,DISP=SHR
//DD2 DD DSN=ISAM12.CLASS.PS2,DISP=SHR
//SYSIN DD DUMMY
//*Here statements tells about no input data.
Correct me if i'm wrong...... okai
| Is This Answer Correct ? | 38 Yes | 10 No |
Post New Answer View All Answers
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
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
How can a fb file convert to vb file using sort program?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
what is use of dsn parameter in dd statement?
how to do automated restart when a job abends?
what is SOC4 error?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
How to submit a jcl from cics?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What are the jcl procedures?
what operation is performed by job statement?
What are hierarchy levels in jcl?
Explain dd statement in jcl?