Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
When activating the new SMF settings (for example, set smf=xx) you can ignore the message IEE968I NOTIFICATION OF SUBSYS OMVS FAILED - IEE968I SUBSYSTEM DOES NOT EXIST This occurs because OMVS does not support the SSI Notify function. Figure 10-26 provides an excerpt of an SSN parmlib member with subsystem OMVS included. SUBSYS SUBNAME(JES2) /* JES2 AS PRIMARY SUBSYSTEM */ PRIMARY(YES) START(NO) SUBSYS SUBNAME(SMS) /* DEFINE SMS SUBSYSTEM */ INITRTN(IGDSSIIN) INITPARM('ID=02,PROMPT=DISPLAY') ... SUBSYS SUBNAME(RACF) INITRTN(IRRSSI00) INITPARM('#') SUBSYS SUBNAME(OMVS) Figure 10-26 IEFSSNxx parmlib member Figure 10-27 shows some lines of an SMF parmlib member. Note that exit IEFUSI has been left out in the OMVS SUBSYS line, which prevents calling IEFUSI for creation of OMVS processes. ACTIVE /* ACTIVE SMF RECORDING ... SYS(NOTYPE(14:19,62:69,99),EXITS(IEFU83,IEFU84,IEFACTRT, IEFUSI,IEFUJI,IEFU29),NOINTERVAL,NODETAIL) */