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

what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.

5 Answers   BirlaSoft, Infosys,


i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??

14 Answers   L&T,


What does a disposition of (NEW,CATLG,DELETE) mean?

3 Answers  


GDG Create syntax ?

4 Answers   Xansa,


How is a GDG base created?

5 Answers  






what are the technical terms for // /* in jcl

3 Answers   Cap Gemini,


Can anyone tell me the syntax for printing two files at two different destinations in a single step?

3 Answers  


How Can we see all generations of a GDG ?

3 Answers   Polaris,


proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code

2 Answers  


Explain about Cobol Subroutines

1 Answers  


Explain how can the submitting users racf authority be overridden in a job stream?

0 Answers  


One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?

1 Answers   CTS,


Categories