ZEKE uses resource classes Z$ULOGIN, Z$UCRED, and Z$ONLINE. Can this be set up to use the same type code in ACF2, type code ZKE?
Release : 16.0
Component : CA ACF2 for z/OS
ACF2 uses CLASMAP records to differentiate the different type codes to be used. Many are set by default and can be shown with a SHOW CLASMAP. CLASMAP records defined on the users database will show EXT. CLASMAP records are used in the order seen in the SHOW CLASMAP. For the three ZEKE resource classes, the following CLASMAP records should be inserted.
ACF
SET CONTROL(GSO)
ACF
INSERT CLASMAP.Z$ULOGIN RESOURCE(Z$ULOGIN) RSRCTYPE(ZKE)
INSERT CLASMAP.Z$UCRED RESOURCE(Z$UCRED) RSRCTYPE(ZKE)
INSERT CLASMAP.Z$ONLINE RESOURCE(Z$ONLINE) RSRCTYPE(ZKE)
After the new CLASMAP records are inserted, the online storage needs to be refreshed with the new records from the database.
F ACF2,REFRESH(CLASMAP)
To verify they were added, issue the SHOW CLASMAP.