What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jhonnyboy
Real World Definition of a DUMMY:
- know it none
- test subject(Car Crash)
Conclusion:
- Worthless
| Is This Answer Correct ? | 1 Yes | 4 No |
How many days does a job remain in spool
What is the purpose of disp parameter?
What is DATACOM db?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
What is S322 abend ?
can we bowse or edit the GDG dataset if it is a tape entry?
Can we have a JOBSTEP without any EXEC ?
How to see the COMP3 value(packd decimal)
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
What is order of searching of the libraries in a JCL?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,