WHAT IS DUMMY IN JCL? HOW TO USE IT?
CAN ANYBODY SEND PROGRAM ON THIS?
Answer Posted / surendran s
if the value has been get in instream then we have write an
dummy statment..
//SYSIN DD DUMMTY
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What is the purpose of dd?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What happens if both JOBLIB & STEPLIB is specified ?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
i want to store 20 digits . how will u do it in cobol ?
What are the difference between jcl and jes?
what are the types of abends that occur on job failure? And explain the possible causes of these
Is it possible to code instream data in a PROC?
What is the use of disp parameter?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the significance of addrspc parameter in exec statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?