How do you override a parameter in Positional parameters?
Answers were Sorted based on User's Feedback
Answer / mahesh
//STEP EXEC PGM=PRGM1
//DD01 DD DSN=DATA.SET.LIB,DISP=SHR
and if you want to override,then
you have to write like
//STEP.DD01 DD DSN=DATA.SET.OVERRIDE,DISP=SHR
This will override the dataset(data.set.lib)
| Is This Answer Correct ? | 8 Yes | 5 No |
Answer / rajesh_m13
By providing Stepname.patameter name
i.e // exec procedurename,parameter.ddname with changed
parameters
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / pankaj
By Putting ', ,' in place pf positional parameters
| Is This Answer Correct ? | 0 Yes | 0 No |
What is JOBLIB ?
wht is the d/f between positional parameter n keyword parameter ?
how to identify a vasam dataset by seeing in 3.4(browse)
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?
i want to avoid the positional parameter how to code it ?
how are instream data terminated?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
wht r different types of sorts ?
How do you create a temporary dataset? Where will you use them?
Can we use empty VSAM as input?
What does the TIME parameter signify ? What does TIME=1440 mean ?