What is dummy parameter in JCL??
Answers were Sorted based on User's Feedback
Answer / lakshmi
The DUMMY statement will allow a Jcl program to run if a
data set does not exist.
| Is This Answer Correct ? | 22 Yes | 7 No |
Answer / priyadarsini.maitree23@gm
when we have a utility which needs a DD DSN statement, but, we dont need to give any input file, we give dummy in place of the workfile so that the jcl will execute without any issue..
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you submit JCL via a Cobol program?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
How to change default PROCLIB?
Why block size is multiple of lrecl in jcl?
What is jcl in mainframe?
when can a job time-out occur? How to overcome that?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
Which storage devices are grouped under DASD and SYSDA ?
How to rename a VSAM file as well as it's index file?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
How many extents are possible for a sequential file ? For a VSAM file ?