WHAT IS DUMMY IN JCL? HOW TO USE IT?
CAN ANYBODY SEND PROGRAM ON THIS?
Answer Posted / iqru
DUMMY is used to signify end-of-file or dummy input.
when some dummy file meaning empty file needs to be passed
to the program use //ddname DD DUMMY
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can unused space allocation be returned to the system when a dataset is closed?
Can I share my data with other jobs? How?
Is it possible to define dd statements as you want?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Name the statement which can be used to send data to another mvs jes3 node?
How jcl is used for testing batch programs?
Explain about ISPF/TSO Commands
How can a jobs execution priority be modified?
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?
What is catelog procedure and how many catelog procedure to use in one job?
What is the purpose of disp parameter?
What are the jcl procedures?
i want to store 20 digits . how will u do it in cobol ?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?