Declares or deallocates subsystems.
call "CBL_SUBSYSTEM" using     function-code
                               parameter
                     returning status-code 
               	 0: Declare subsystem
1: Cancel subsystem
2: Remove from subsystem
01 cblt-subsys-params     typedef.
  03 cblte-ssp-handle     cblt-x2-compx. *> pic x(2) comp-x.
  03 cblte-ssp-name-len   cblt-x2-compx. *> pic x(2) comp-x.
  03 cblte-ssp-name       cblt-x1.       *> Occurs depending on
                                         *> cblte-ssp-name-len. pic x(n). 
                     			 
Comments:
A subsystem is defined to be a specified COBOL program in an application, plus any subprograms subsequently called by programs already in the subsystem that do not already belong to any other subsystems.