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 to edit a tape dataset ? asked in wipro
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
What is meant by S0C7 system abend code?
if we give TIME=0 how many sec that job/step
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
How do you access an uncatalogued dataset in a jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
How are GDGs concatenated?
How to DEBUG a JCL?