Loading...
Select Version
/START-SSCM //START-SSD-CREATION SSD-NAME=SS1SSC,VERSION=001,DOMAIN=DSSM, CORRECTION=*NONE,SSD-FILE-NAME=SYSSSC.SS1.001 ————————————————— (1) //SET-SUBSYSTEM-ATTRIBUTES SUBSYSTEM-NAME=SS1(VERSION=1.0), SUBSYSTEM-ENTRIES=ENTRY1(CONNECTION-ACCESS=*ALL, CONNECTION-SCOPE=*TASK), REFERENCED-SUBSYSTEM=SS2(LOWEST-VERS=01.0,HIGHEST-VERSION=02.5), RELATED-SUBSYSTEM=SS3(LOWEST-VERSION=02.0,HIGHEST-VERSION=02.0), LINK-ENTRY=E1 ————————————————————————————————————————————————— (2) //SEPARATE-ADDRESS-SPACE SUBSYSTEM-NAME=SS1, FROM-SUBSYSTEMS=(SS5,SS6,SS9) ————————————————————————————————— (3) //ASSIGN-HOLDER-TASK TYPE=*SHARED-HOLDER( BY-SUBSYSTEMS=(SS1,SS2,SS3),TSN=*BY-DSSM) ————————————————————— (4) //SAVE-SSD ———————————————————————————————————————————————————————————— (5)
(1) | Declaration of the SSD object. |
(2) | Definition of the chief attributes of the SS1 subsystem: the entry points, references and dependencies. |
(3) | Specification of the subsystems which must not share address space with SS1; in this example, these are the subsystems SS5, SS6 and SS9. |
(4) | Specification of the holder task attributes of SS1, SS2 and SS3. |
(5) | Saving of the SSD object containing the definition of subsystem SS1. In addition, the SSD object is saved to the ISAM file SYSSSC.SS1.001 specified under (1). |