in catalog procedure i have

step1 dd dsn=filea
dd dsn=fileb
dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths



in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concat..

Answer / madhavi

Hi We can override the specific files of a step as below.

Procname.step1 dd
dd dsn=file2
dd

We can override leaving blanks in DSN field of other files.

Is This Answer Correct ?    24 Yes 0 No

Post New Answer

More JCL Interview Questions

Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.

2 Answers   UHG,


Explain how can a jobs execution priority be modified?

0 Answers  


IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem

7 Answers  


how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??

3 Answers   Steria,


Why do you use a control card?

3 Answers   IBM, iNautix,






hi friends........if u know syntax of IEBEDIT IN JCL

2 Answers  


what is the cond=even only

4 Answers   EDS,


what is use of dsn parameter in dd statement?

0 Answers   IBM,


in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?

5 Answers   ADP,


how to convert fb to vb in jcl ?

5 Answers   IBM, Infosys,


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?

3 Answers  


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

0 Answers   IBM,


Categories