What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / g parit
it will work only if you give record format and record length..something like this
//SYSIN DD DUMMY,recfm=fb,lrec=80,blksize=20
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
which utility is used to sort a file in jcl?
What is the function of //jcllib statement?
What is the purpose of dd * statement in jcl?
How to pass data to a program that is coded in an exec statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to submit jcl through a cobol program?
What are the jcl procedures?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
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
Can I share my data with other jobs? How?
Differentiate between the joblib and the steplib statements?
what is SOC4 error?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain the purpose of dd dummy statement?
How would you understand error(execution phase)?