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 |
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
List some valid operation codes in JCL
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
can we bowse or edit the GDG dataset if it is a tape entry?
what are the options in file-aid to edit vsam dataset and to compare data sets.
How can an in-stream dataset be terminated?
can a job be submitted through jcl only? is there another way to submit a job?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
i have a string of 80 chars i want to replace 4th char with "a"?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
How to search strings in multiple dataset with conditions 'string1 & string2'?