The sagerec dsect that maps the acfesage records does not have an field for the ACF2/DB2 SYSID
Release : 98.0
Component : CA ACF2 for z/OS
The SAGEREC entry for DB2 resource rules are type 0500.
This is the same record for standard ACF2 resource rules
* Record type C'0500' Resource Rule Control data
*-----------------------------------------------------------
*
ORG SAG_COMMON
RSRC_TYPE DS CL4 Resource Rule type this is Dxxx e.g. DTBL
*
* The RSRC_KEY for DB2 resource rules with $KEY values
* over 40 bytes contains a 4-digit sequence number in the
* last 4 bytes. Refer to RSRC_FULLKEY for the full $KEY.
*
RSRC_KEY DS CL40 $KEY value This $KEY value starts with the 4 byte SYSID
and followed by the rest of the resource entity name.
This field is the same location for ACF2 RSRC and DB2 rules.
so there is no reference to the sysid.
...
...
RSRC_FULLKEY DS CL252 Full DB2 $KEY value (included via SO13034)