Question:
- How to catalog EKGCODE information. Would like to know the registration method.
Answer:
- EKGCODE(EKGKEY, EKG) should be cataloged in the DOSLIB.SUBLIB which CAIRIM can access previously as CALMPKEY .A member.
Notes:
The member name which should be cataloged is CALMPKEY.A (Not CAEKGKEY.A)
<SAMPLE JCL to catalog the EKGCODE>
// EXEC LIBR,PARM='MSHP' ACC S=doslib.sublib <== Most likely the own sublib for CA CIS
CATALOG CALMPKEY.A REPLACE=YES
EKG(xxxxxxxxxx)
/+
/*