cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBL_SUBSYSTEM (↑ Library of Routines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Routine:      CBL_SUBSYSTEM
 
  Function:     Declares or deallocates subsystems.
 
  Syntax:       CALL "CBL_SUBSYSTEM" USING      function-code
                                                parameter
                                     RETURNING  status-code
 
  Parameters:   function-code          PIC X COMP-X.
                                       Contains one of the following
                                       subfunction numbers:
 
                                       0 = declare subsystem
                                       1 = cancel subsystem
                                       2 = remove from subsystem
 
               With function-code = 0
                   parameter           Group item defined as:
                     ss-handle           PIC X(2) COMP-X.
                     ss-name-len         PIC X(2) COMP-X.
                     ss-name             PIC X(n).
 
               With function-code = 1
                   parameter          PIC X(2) COMP-X.
 
               With function-code = 2
                   parameter          PIC X(2) COMP-X VALUE 0.
 
               status-code            See Key
                                    -♦-