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
which parameter is used to check the syntax of a jcl without executing it?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
a dd statement has 2 types of parameters. Name them?
How does jcl act on code(if you take a cobol program)?
What are the parameters that are used in creating a gdg?
What parameter directs the output of the job log dataset?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Is condition checking possible in jcl? If yes, how?
What parameter of the job statement is used to limit the cpu time consumed by the job?
List in order the hierarchical levels of jcl?
what is use of dcb parameter in dd statement?