> We have a subsystem that did not properly get initialized with the IPL.
>
> In SYS1.PARMLIB(IEFSSN00) we have the following statement:
> SUBSYS SUBNAME(SSI) INITRTN(SSIPINIT) INITPARM('3')
> Subsystem SSI is an in-house written subsystem.
>
> During the IPL, we received the following errors:
> IEFJ004I SUBSYSTEM SSI NOT INITIALIZED - SSIPINIT NOT FOUND
> IEFJ004I SUBSYSTEM STRP NOT INITIALIZED - STRTPSSI NOT FOUND
>
> Modules SSIPINIT and STRTPSS do exist in SYS1.TECH.LINKLIB.
> Data set SYS1.TECH.LINKLIB is properly in the LINKLIST.
>
> However, SYS1.TECH.LINKLIB was not properly APF authorized during
> the IPL, where it should be.
> We have since APF authorized it.
>
> How can I initialize this subsystem without an IPL?
> I have tried the following commands:
> SETSSI ADD,SUBNAME=SSI,INITRTN=SSIPINIT,INITPARM='3'
> And received the following response
> IEFJ023I SETSSI ADD COMMAND FOR SUBSYSTEM SSI COMPLETED WITH ERRORS
> IEFJ026I SUBSYSTEM SSI IS ALREADY DEFINED TO THE SSI
>
>
> SETSSI DEACTIVATE,SUBNAME=SSI
> And received the following response
> IEFJ023I SETSSI DEACTIVATE COMMAND FOR SUBSYSTEM SSI COMPLETED WITH
> ERRORS
> IEFJ036I SUBSYSTEM SSI IS NOT ENABLED FOR THE SETSSI COMMAND
>
> SETSSI ACTIVATE,SUBNAME=SSI
> IEFJ023I SETSSI ACTIVATE COMMAND FOR SUBSYSTEM SSI COMPLETED WITH
ERRORS
> IEFJ036I SUBSYSTEM SSI IS NOT ENABLED FOR THE SETSSI COMMAND
>
>
> Does anyone know how we can properly activate this subsystem, without an
IPL
If you are using the most current release (z/OS 2.2), you can use
SETSSI DELETE,SUBNAME=SSI,FORCE
Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN