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

5.2 CBL_FREE_MEM2

This routine releases memory.

Specification

Parameter data definition
01  memory-pointer  USAGE POINTER.
Calling format
CALL "CBL_FREE_MEM2"
    USING memory-pointer
    RETURNING status-code.

Interface

memory-pointer

Specifies the pointer returned by CBL_ALLOC_MEM.

Return code

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

status-code
  • 0: Successful

  • Other than 0: Failure