Hi;

In the original post on this it was stated "Suddenly I have a requirement to 
create a directory alias for "member".  TSO "RENAME membername aliasname
ALIAS" doesn't even come close: SYSUT2 is not catalogued (and I'd prefer not to 
catalogue it), and I don't know its DSNAME (and I'd prefer not to know it)."

The time warp meant that I picked this up late, but I wondered if REXX 
solutions were preferred whether the TSO LISTDSI function would help in 
conjunction with the TSO RENAME, something like.

x = LISTDSI('SYSUT2' 'FILE') /* Returns variable SYSDSNAME */
"RENAME "sysdsname"("oldmember") "sysdsname"("newname") ALIAS"  

Just a thought

Kind regards - Terry

Terry Sambrooks
Director
KMS-IT Limited
228 Abbeydale Road South
Dore
Sheffield
South Yorkshire
UK

Tel +44 (0) 114 262 0933
Web www.kmsitltd.co.uk

Reg: England & Wales 3767263 at the above address

All outgoing E-mails are scanned but it remains the responsibility of the 
recipient to ensure that their system is protected from infection by virus, 
Trojans, and worms.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to