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
Explain the function of dd disp parameter?
What is the difference between run mode and addressing mode?
What happens if both JOBLIB & STEPLIB is specified ?
How does jcl act on a cobol code?
What is the function of dd disp parameter?
what is the resolution for sb37 error
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Brief description of inline procedure of jcl.
what is JCL?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is the purpose of dd?
Is automatic restart possible in jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
i want to store 20 digits . how will u do it in cobol ?
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?