Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Modification of a static subsystem catalog

/START-SSCM 
//START-CATALOG-MODIFICATION CATALOG-NAME=KAT1 ————————————————————————  (1) 
//ADD-CATALOG-ENTRY FROM-FILE=SYSSSC.SS5,
        INSTALLATION-USERID=*UNCHANGED,CORRECTION-STATE=*UNCHANGED ————  (2) 
//ADD-CATALOG-ENTRY FROM-FILE=SYSSSD.SS4,
        INSTALLATION-USERID=*UNCHANGED,CORRECTION-STATE=*UNCHANGED ————  (3) 
//SET-SUBSYSTEM-ATTRIBUTES SUBSYSTEM-NAME=SS1(V01.0A10),
        LINK-ENTRY=SS1ENT,MEMORY-CLASS=*SYSTEM-GLOBAL(SUBSYSTEM-ACCESS=
        *SYSTEM),INIT-ROUTINE=INITROUT,DEINIT-ROUTINE=*DYNAMIC, 
        INTERFACE-VERSION=INTVERS —————————————————————————————————————  (4) 
//SEPARATE-ADDRESS-SPACE SUBSYSTEM-NAME=SS1,
        FROM-SUBSYSTEMS=(SS5,SS6) —————————————————————————————————————  (5) 
//ASSIGN-HOLDER-TASK TYPE=*WORK-TASK(SUBSYSTEM-NAME=SS1,
        SUBSYSTEM-VERSION=V01.0A10) ———————————————————————————————————  (6) 
//REMOVE-CATALOG-ENTRY SUBSYSTEM-NAME=SS7(VERSION=V03.2A00) ———————————  (7) 
//MODIFY-SUBSYSTEM-ATTRIBUTES SUBSYSTEM-NAME=SS2(VERSION=V11.0A10),
        INSTALLATION-USERID=UIDXYZ,....
        : —————————————————————————————————————————————————————————————  (8) 
//REMOVE-ADDR-SPACE-SEPARATION SUBSYSTEM-NAME=SS1,
        FROM-SUBSYSTEMS=SS2 ———————————————————————————————————————————  (9) 
//MODIFY-WORK-TASK-ATTRIBUTE SUBSYSTEM-NAME=SS3,
        SUBSYSTEM-VERSION=00.1,WORK-TASK=*NO  ————————————————————————— (10) 
//CHECK-CATALOG ——————————————————————————————————————————————————————— (11) 
//SAVE-CATALOG CATALOG-NAME=*CURRENT,FORCED=*NO ——————————————————————— (12) 

(1)

Specification of the catalog whose contents are to be modified.

(2)

Addition of a subsystem definition contained in an SSD object.

(3)

Addition of a subsystem definition that was written in the old DSSMGEN syntax (UGEN format).

(4)-(6)

Addition of a new subsystem and specification of its attributes.

(7)

Deletion of a subsystem definition from the catalog.

(8)

Modification of a subsystem definition which has already been entered in the catalog.

(9)

Removal of the strict address space separation on both subsystems.

(10)

Modification of the work task attributes of a subsystem which is being used as a work task.

(11)

Performance of a catalog check.

(12)

Saving of the modified static subsystem catalog.