Is there a way to define a member alias with PDSMAN?
Release : 7.7
Component :PDSMAN
1 - TSO Command Processor
The next step is in the panel put the dsname of the PDS to have a new ALIAS created:
Library Name ===> 'your dsname'
Next you will see a LINE EDITOR with PDSMAN at the top.
enter the following without quotes 'AL'
It should then ask you for the MEMBER NAME
enter the MEMBER NAME and hit enter
You will then get the message to Enter the ALIAS name, put the ALIAS name in and hit enter
Your alias will then be defined.
Batch process to add multiple ALIAS entries
//*********************************************************
//* PDSM19 SAMPLE TO ADD ALIAS ENTRIES TO A LOAD *
//* LIBRARY. YOU CAN DO TIS WITH OPTION 1 FROM THE *
//* TSO COMMAND PROCESSOR ASLO *
//*********************************************************
//TMPALIAS EXEC PGM=IKJEFT01,REGION=3072K
//STEPLIB DD DSN=SYS1.CMDLIB,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSTSIN DD *
PDSMAN 'LIBRARY NAME'
ALIAS PROGNAME
ALIAS1 ALIAS PROGNAME
ALIAS2 ALIAS PROGNAME
ALIAS3 ALIAS PROGNAME
ALIAS4 ALIAS PROGNAME
ALIAS5 ALIAS PROGNAME
ALIAS6 ALIAS PROGNAME
ALIAS7 ALIAS PROGNAME
ALIAS8 ALIAS PROGNAME
ALIAS9 ALIAS PROGNAME
ALIAS10 END
Once completed you enter END to leave the line editor.