What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / r.pugazhendhi
Dummy specifies that no devices are to allocated to the file
reference by the DD name and that all i/o requests be bypassed
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is their any set of rules for dd? Explain.
Explain the function of dd name parameter with a 2 part structure; audit.report?
what happens in execution stage in job processing?
Are there any set of rules for the names of the steps used in a job?
What is the maximum length of a single line of jcl?
How does jcl specify the job to the operating system?
Is automatic restart possible in jcl? If yes, how?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Where can program checkpoints be stored for use in a restart?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How do you create a temporary dataset?
What dd statement is used to supply the name of a dataset?
Explain about LMQUERY�give a dialog information about a data set
What are steplib and joblib?