Procedure for creating subsystem description
If you perform the installation in Express mode, the installation library name, as well as the subsystem description name, is automatically set as "HULFT". If you specify a name other than "HULFT" (for example, "HULFT8") for the installation library in an installation in Custom mode, the name is also automatically used for the subsystem description when it is created (for the above example, "HULFT8").
If you want to use a different name for the subsystem description, follow the procedure below to create it:
(1) Deletion of Subsystem Description
Delete the installed subsystem description by using the DLTSBSD command.
Command Syntax
DLTSBSD SBSD(Installation Library name/HULFT)
(2) Creation of subsystem description
Create a subsystem description using CRTSBSD command.
Command Syntax
CRTSBSD SBSD(Installation Library name/Subsystem Description) POOLS((1 *BASE))
Subsystem description name is optional.
(3) Addition of Job Queue Items
Add items to the job queue by using the ADDJOBQE command.
Command Syntax
ADDJOBQE SBSD(Installation Library name/Subsystem Description) JOBQ(Installation Library name/HULJOBQ) MAXACT(*NOMAX)
Use the subsystem description name that you created in (2) Creation of subsystem description. Also, job queue name is fixed as 'HULJOBQ.'
(4) Addition of Path Specification Items
Add items to the path specification by using the ADDRTGE command.
Command Syntax
ADDRTGE SBSD(Installation Library name/Subsystem Description) SEQNBR(1) CMPVAL(*ANY) PGM(QSYS/QCMD) CLS(Installation Library name/HULCLS)
Use the subsystem description name that you created in (2) Creation of subsystem description.