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 |
Describe the JOB statement, its meaning, syntax and significant keywords?
How do you submit a job for execution?
Is condition checking possible in jcl? If yes, how?
How to find in aparticular step how many versions a paricular gdg base have?
what is the job entry system used in your project?
What do you understand by jcl?
What is the function of a dd statement?
How many steps we can overide in the proc's?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
can we copy a file from fixed block to variable block and vice versa ....asap
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.
what is DD statement is used in JCL?