View previous topic :: View next topic |
Author |
Message |
Celeste Locklin Beginner
Joined: 04 May 2006 Posts: 26 Topics: 10 Location: USA
|
Posted: Thu Nov 14, 2013 5:37 pm Post subject: PDS member name alias |
|
|
what are reasons for creating an alias for a pds member?
i have seen them in change management libraries. Is there any other reason to use one? |
|
Back to top |
|
|
William Collins Supermod
Joined: 03 Jun 2012 Posts: 437 Topics: 0
|
Posted: Fri Nov 15, 2013 4:33 am Post subject: |
|
|
So you can use a different name to refer to something. EXEC PGM=ICEMAN and EXEC PGM=SORT, if you have DFSORT installed, will both execute the same program.
In the past a dynamic call to a program with entrypoint(s) other than the main entrypoint, required that the other entrypoints be aliased.
You are unlikely to need to ALIAS these days as an application programmer. |
|
Back to top |
|
|
|
|