How do you override a parameter in Positional parameters?

Answers were Sorted based on User's Feedback



How do you override a parameter in Positional parameters?..

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

How do you override a parameter in Positional parameters?..

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

How do you override a parameter in Positional parameters?..

Answer / mahaveer

It's

Parameter name.step name in proc = value

Is This Answer Correct ?    0 Yes 0 No

How do you override a parameter in Positional parameters?..

Answer / pankaj

By Putting ', ,' in place pf positional parameters

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

how can i use the parameters decalred in main pgm in sub pgm

2 Answers   TCS,


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 ?

3 Answers   IBM,


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


How to delete generations of gdg without deleting gdg base?

3 Answers  


what is the compile process of cobol program expalin with code

0 Answers   IBM,


How to get the last but one duplicate record of the file using Sort?

2 Answers   Fidelity,


How many types we can give input to JCL

5 Answers   UHG,


what happens in execution stage in job processing?

0 Answers   IBM,


Can you code instream data in a PROC ?

10 Answers  


I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 Answers  


What is NOTCAT ?

0 Answers  


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

0 Answers  


Categories