On Tue, May 21, 2019 at 9:27 AM Tony Thigpen <[email protected]> wrote:

> 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?
>

I don't think so, but I can't be definitive. The INITRTN specifies a
program which will run in the master scheduler address space during start
up. Now, that program could do a START command, via SVC 34. Or even use the
ASCRE to create a new address space to run some code which might stay
around "forever". A case of "who knows unless it is documented".


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

https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieae200/iefssn1.htm


   - Once a subsystem name is defined to the system, any attempt to start
   that subsystem (or any started task with the same name as that subsystem)
   via a START command which does not explicitly specify SUB=JES2 (or JES3)
   will result in that subsystem or started task being started under the
   Master subsystem rather than under the job entry subsystem. Because the
   only procedure libraries available to the Master subsystem are those
   specified in the MSTJCLxx's IEFPDSI data set, any procedures being started
   that are defined in the job entry subsystem's PROC00 data set, but not in
   the MSTJCLxx's IEFPDSI data set, will be unavailable. Therefore they will
   not be found; the system will issue message IEFC612I.





>
>
> --
> Tony Thigpen
>

-- 
This is clearly another case of too many mad scientists, and not enough
hunchbacks.


Maranatha! <><
John McKown

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

Reply via email to