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

6.2 CBL_CLOSE_VFILE

This routine closes a map object.

Specification

Parameter data definition
01  heap-ID      PIC 9(4) COMP-5.
01  status-code  PIC S9(4) COMP-5.
Calling format
CALL "CBL_CLOSE_VFILE"
    USING BY VALUE heap-ID
    RETURNING status-code.

Interface

heap-ID

Specifies the heap-ID.

Return code

The return code is set in the status-code specified in the RETURNING clause.

status-code
  • 0: Successful

  • Other than 0: Failure