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 you can access an uncataloged dataset in a JCL?

0 Answers  


Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?

13 Answers   CGI, DSRC, IBM,


Is their any limit for data sets?

0 Answers  


how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?

6 Answers   CSC,


Brief description of inline procedure of jcl.

0 Answers  






What is a JCL Command statement ?

1 Answers   IBM,


how to set dependancy for jobs?

4 Answers  


What is the use of DSNDB07 ?

1 Answers  


What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?

4 Answers   IBM,


how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....

3 Answers   RBS,


How do you submit JCL via a Cobol program?

2 Answers   Cap Gemini,


Categories