Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Give Aliase to PDS using REXX????

Status
Not open for further replies.

SendhilRexx

Programmer
Jul 17, 2002
2
IN
Hi Guys,

Can u give suggestion ......

How to give an aliase name to PDS - using REXX??????
 
To a member or a dataset?

To alias a member:
address TSO "RENAME" dsn"("mbr")" "("alias")"

To alias a dataset:
"DEFINE ALIAS (NAME("aliasdsn") RELATE("basedsn"))"

(lowercase stuff is -variable-; uppercase is -literal-)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top