What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / sai
dummy statement is used to suppressed command processing.
| Is This Answer Correct ? | 13 Yes | 11 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How to pass data to a program that is coded in an exec statement?
Is it possible to left uncode disp? If yes, how?
What is the use of disp parameter?
Explain in DD statement what is the use of DCB parameter?
What is the difference between the positional and keyword parameters? Give examples.
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how would you create a temporary dataset? And where will you use them?
define cond parameter in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Are there any set of rules for the names of the steps used in a job? What are they?
Is automatic restart possible in jcl?
How is the record format of an output dataset specified?
What does a disposition of (new,catlg,keep) for a dsn mean?