Creating a Subsystem for the Service Pack
Ensure you are signed on as QSECOFR before performing these steps.
Add the
SYSTEM
library to your library list.ADDLIBLE syslib
Enter these commands, depending on your Tools Release:
CHGCMD CMD(CRTOWSBS) PGM(*LIBL/CRTOWSBS)
CRTOWSBS SUBSYSTEM(subsystemname) SYSLIB(syslib)
where subsystemname is the name of the new subsystem for the newly installed Tools Release. For example,
PSE9101SP
.Note:The
CALL PGM
command requires four parameters, and the last three parameters should be the newSYSTEM
library.