The #CTABGEN macro can be assembled using the following JCL.
// EXEC HLASMCL
//ASM.SYSLIB DD DSN=yourHLQ.CAGJMAC,DISP=SHR
// DD DSN=zOS.maclib,DISP=SHR
//ASM.SYSIN DD *
#CTABGEN macro
END
/*
//LKED.SYSLMOD DD DSN=yourHLQ.custom.loadlib,DISP=SHR
//LKED.SYSIN DD *
ENTRY CTABEP1
MODE AMODE(31),RMODE(ANY)
NAME IDMSCTAB(R)
/*
//*
Data set name of the CA IDMS macro library.
Data set name of the operating system macro library.
Data set name of the CA IDMS custom load library.
|
Copyright © 2014 CA.
All rights reserved.
|
|