What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / kumar
Dummy mainly used when u want check the program flow and not producing any output of it..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of disp parameter?
In sms datasets, what is the function of the dd avgrec keyword?
what is the use of IEBGENER utility?
Is their any limit for data sets?
what is DD statement is used in JCL?
List the different components of jcl statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How does jcl act on a cobol code?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain the function of the dd dcb keyword?
How do you overcome this limitation ?
Is automatic restart possible in jcl? If yes, how?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what are JCLLIB and STEPLIB in JCL?