A library file to be copied into each NetCOBOL CGI program is supplied as the interface with the call parameters and return parameters of the CGI subroutines. To call a CGI subroutine, the library file listed below must be read into the WORKING-STORAGE SECTION using the COPY statement. This library exists in the folder in which NetCOBOL was previously installed.
Library name
COBW3.cbl
Format
Specify this library as follows:
WORKING-STORAGE SECTION. COPY COBW3.
Note
The REPLACING option must not be specified in the COPY statement for reading the CGI subroutine library nor should the REPLACE statement be specified for replacing this COPY statement.
If the library file is changed, the operation is not assured.