I am looking at my ipl process and am trying to understand why some of the start by themselves.

I am in a sandbox so I can play all I want.

My current IEFSSN00 is:
000001 SUBSYS SUBNAME(SMS)
000002    INITRTN(IGDSSIIN)
000003    INITPARM('ID=00,PROMPT=DISPLAY')
000004 SUBSYS SUBNAME(JES2) /* JES2 AS PRIMARY SUBSYSTEM */
000005   PRIMARY(YES) START(YES)
000006 SUBSYS SUBNAME(RACF)
000007   INITRTN(IRRSSI00)
000008   INITPARM('%,M')
000009 SUBSYS SUBNAME(CICS)
000010 SUBSYS SUBNAME(DFRM) /* NAME OF THE DFSMSRMM SUBSYSTEM */
000011   INITRTN(EDGSSSI)
000012 SUBSYS SUBNAME(TNF)
000013 SUBSYS SUBNAME(VMCF)
000014 SUBSYS SUBNAME(FFST)
000015 SUBSYS SUBNAME(IXFP)        /* IXFP SUBSYSTEM  */
000016    INITRTN(SIBSSIPL)
000017    INITPARM('INIT(Y),DYNDDSR(I),LANG(AMENG)')

I understand that JES will start because of the START(YES), but I am also seeing other sub-systems like RACF start.

Does the INITRTN force an autostart as if START(YES) was specified?

It appears that jobs started with IEFSSNxx start as normal JES jobs. Can IEFSSNxx be used to start tasks which run as SUB=MSTR.


--
Tony Thigpen

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to