Hi,
For creation of Alias we have a JCL like :
000100 //A255209K JOB MSGCLASS=X,MSGLEVEL=(1,1),CLASS=T,
000200 // REGION=5M,NOTIFY=&SYSUID
000300 //STEP1 EXEC PGM=IDCAMS
000400 //SYSPRINT DD SYSOUT=E
000500 //SYSIN DD *
000700 DEFINE ALIAS(NAME(xxxxxx) RELATE(CATALOG.xxxxx.xxxxxx)) .
Often we get a task for defining an alias in an LPAR. So instead of each time running a JCL is there a REXX program where i can execute by answering to those prompt such as enter alias name :
Relate catalog :
Apology ,I was bit confused to post this question whether to REXX or System securities.