how to add an alias of UCFBTCH to RHDCUCFB
search cancel

how to add an alias of UCFBTCH to RHDCUCFB

book

Article ID: 116950

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction



The IDMS install delivers a UCF Batch front-end module called RHDCUCFB.  We have always created a UCF Batch front-end module called UCFBTCH and have much JCL that specifies that program name. 
Rather than assembling and linking a new one at every upgrade, can we add an ALIAS to RHDCUCFB?

Environment

Release: IDADSO00100-18.5-ADS-for CA-IDMS
Component:

Resolution

Yes here is an example:

//LKED     EXEC PGM=IEWL,                                 
//            PARM=(XREF,LET,LIST,NCAL)                   
//SYSPRINT DD SYSOUT=*                                    
//SYSUT1   DD UNIT=SYSDA,SPACE=(1700,(500,100))           
//LOADLIB DD DSN=yourHLQ.R190.CAGJLOAD,DISP=SHR      
//SYSLMOD DD DSN=yourHLQ.CUSTOM.LOADLIB,DISP=SHR   
//SYSLIN   DD *                                           
  INCLUDE LOADLIB(RHDCUCFB)                               
  ALIAS UCFBTCH                                           
  ENTRY UCFBTCHX                                          
  NAME  RHDCUCFB(R)