Previous Topic: PARMLIB Member OPTIONS

Next Topic: Start the SYSVUSER Started Address Space

PARMLIB Member STARTCMD

The STARTCMD parmlib member is processed immediately after the initialization completes. The member can contain a list of any valid z/OS operator commands. These commands are issued following initialization.

After the Main Services Address Space initializes, it can automatically start the User Interface Address Space by adding the following statements to the STARTCMD member:

)IF JOBNAME=SYSVIEW
)IF INACTIVE=SYSVUSER
START SYSVUSER
)ENDIF
)ENDIF

Note: For detailed information regarding the options, see the parmlib member.