Top
NetCOBOL V11.0 ISAPI Subroutines User's Guide
FUJITSU Software

3.2.1 Library Files

Library files are provided as the interface for the calling parameters of ISAPI Subroutines and return parameters after execution. To call an ISAPI Subroutine, include the following library file in the WORKING-STORAGE SECTION using the COPY statement. This library file is stored in the folder in which COBOL is installed.

Library name

COBW3.cbl

How to write

Write as shown below:

WORKING-STORAGE SECTION.
     COPY COBW3.

Note

Do not use the REPLACING specification of COPY statement that includes the library of ISAPI Subroutines or a REPLACE statement in which this COPY statement is to be replaced.

If the library is changed, operations are not guaranteed.