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 |
What is MOD and when would you use it?
How are datasets concatenated?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
What is the error code SOC01 indicate ?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
Name what parameter directs the output of the job log dataset?
what is a cataloged procedure ?
How to run cobol program using jcl?
In SPACE,what is directory,RLSE
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?