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 / vinay sonar

Use symbolic parameter.
Ir use following syntax

//STEP1.DD3 DD dsn='dataset name'

where STEP1 is step name and DD3 is dd statment name is
procedure

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of a dd statement?

1263


What are s0c1, s0c4, s0c5, s0c7 and socb?

1220


What are the parameters that are used in creating a gdg?

1282


What are the rules employed while naming the steps in a job?

1210


what is the JCL statement consists of?

1259


What is the significance of addrspc parameter in exec statement?

1264


Name the parameters which can be used to limit the number of records written to a sysout dataset?

1205


A dd statement consists of 4 fields. Name them?

1478


what is use of dcb parameter in dd statement?

1347


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

2524


Are there any set of rules for the names of the steps used in a job?

1171


Describe the various parameters utilized in the creation of a gdg?

1214


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1996


Is automatic restart possible in jcl?

1280


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

1392