What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / himanshu pratap
basically dummy is used to test the execution of program
and it is mention in the program only if there is no
control parameter in the jcl.It is mandatory to write dummy
in the case of iebgener utility.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can the submitting users racf authority be overridden in a job stream?
what is DD statement is used in JCL?
Can I share my data with other jobs? How?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Name a few IBM utility programs, and explain its function.
What do you understand by the terms: joblib and steplib?
which utility is used to run a cobol-db2 program?
Where & How Do You Code Identifier In Jcl?
how to do automated restart when a job abends?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the syntax of JCL statement?
What is use of restart and how to use it?
Explain the purpose of dd * statement in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How do you create a temporary dataset?