Stand-alone CLIST

Provide a 'stub CLIST' RMFSTART in an established SYSPROC library. The following is a sample stub:

CLIST RMFSTART

PROC 0 UTILITY
CONTROL MAIN MSG LIST CONLIST
IF &SYSISPF ¬= ACTIVE THEN DO
   ISPSTART CMD(%RMFSTART &UTILITY)
   SET RC = &LASTCC
END
ELSE DO
   ALTLIB ACT APPL(CLIST) DA('SYS1.SERBCLS')
   IF &STR(&UTILITY) = &STR(UTILITY) THEN %ERBRMFU
      ELSE RMF
   SET RC = &LASTCC
   ALTLIB DEACTIVATE APPL(CLIST)
END
You can then invoke the RMF™ Reporter session with the command
%RMFSTART
and you can invoke the Monitor III Report Definition Utility with the command
%RMFSTART UTILITY

This alternative removes the task of copying the RMF CLISTs every time a new RMF release is installed or service is applied to the RMF CLISTs. However, the standard commands to invoke RMF (RMF and ERBRMFU) will not work.