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

Describe the JOB statement, its meaning, syntax and significant keywords?

1 Answers  


How do you submit a job for execution?

0 Answers  


Is condition checking possible in jcl? If yes, how?

0 Answers  


How to find in aparticular step how many versions a paricular gdg base have?

4 Answers   TCS,


what is the job entry system used in your project?

3 Answers  


What do you understand by jcl?

0 Answers  


What is the function of a dd statement?

0 Answers  


How many steps we can overide in the proc's?

2 Answers   CS,


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

1 Answers   L&T,


can we copy a file from fixed block to variable block and vice versa ....asap

1 Answers  


I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.

2 Answers   Syntel,


what is DD statement is used in JCL?

0 Answers  


Categories