Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Suppose I have 5 dataset listed under a single DD name in a
catlogued PROC. How can I override one of those 5 dataset
(say 3rd dataset)?

Answer Posted / nans

In the catalogued PROC, the 3rd dataset can be overridden
like below.
ORIGINAL CODE IN CATALOGUED PROC:
*********************************
//S01 DD DSN=A.B.C.D1,DISP=SHR
// DD DSN=A.B.C.D2,DISP=SHR
// DD DSN=A.B.C.D3,DISP=SHR
// DD DSN=A.B.C.D4,DISP=SHR
// DD DSN=A.B.C.D5,DISP=SHR
//
...

OVERRIDDING 3RD CONCATENATED DATASET IN CATALOGUED PROC:
******************************
//PRCN.S01 DD
// DD
// DD DSN=A3.B3.C3.D3,DISP=SHR
// DD
// DD
//
...

Is This Answer Correct ?    22 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is DD statement is used in JCL?

1245


Name the statement which can be used to send data to another mvs jes3 node?

1220


whats the diff bw the evaluate also and and?

2418


What do you understand by jcl?

1110


Explain how can the disposition of sysout datasets be set for an entire jobstream?

1147


what is the resolution for sb37 error

9253


What is the function of the dd avgrec keyword in sms datasets?

1383


How to pass data to a program that is coded in an exec statement?

1384


What is concatenating?

1139


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

2518


how you can direct the data to spool using SYSOUT option?

1516


How can values be passed from the job stream to an executable program?

1517


What is the function of a dd statement?

1257


how to compare two datasets without using superce because output is limited to 133 bytes

2163


What is the motivation behind coding class parameter in job statement?

1230