How to authorize GPM4CIM to write SMF record type 104

To write SMF record type 104, the GPM4CIM started task needs at least READ access to the BPX.SMF profile of the FACILITY class, specified with your security authorization facility (SAF) product. The following is an example for RACF®, where GPMSERVE is the user ID which is assigned to the GPM4CIM started task (see also How to start GPM4CIM and assign userIDs):

RDEFINE FACILITY BPX.SMF UACC(NONE)
PERMIT BPX.SMF CLASS(FACILITY) ID(GPMSERVE) ACCESS(READ)
SETROPTS RACLIST(FACILITY) REFRESH