View previous topic :: View next topic |
Author |
Message |
ds390 Beginner
Joined: 23 Jan 2007 Posts: 82 Topics: 39
|
Posted: Sat Sep 01, 2007 10:33 am Post subject: i have an alias. How am I able to find out its original? |
|
|
thank. |
|
Back to top |
|
 |
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Sun Sep 02, 2007 8:59 am Post subject: |
|
|
If it's a load module on a PDS, get a 3.4 member list, then sort on the alias column. _________________ ....Terry |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Sat Sep 08, 2007 2:58 am Post subject: |
|
|
Since this was asked in the application programming topic, I assume you want a programmatic solution. An SVC 26 (CAMLST LOCATE) will retrieve the real data set name as will anything that uses SVC 26 (CSI, LMDLIST, etc). CAMLST LOCATE is probably about 10 lines of assembler. Since you did not say what language you are using, I assume that is OK. |
|
Back to top |
|
 |
|
|