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 |
how can i use the parameters decalred in main pgm in sub pgm
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
How to delete generations of gdg without deleting gdg base?
what is the compile process of cobol program expalin with code
How to get the last but one duplicate record of the file using Sort?
How many types we can give input to JCL
what happens in execution stage in job processing?
Can you code instream data in a PROC ?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
What is NOTCAT ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE