This routine closes a map object.
Specification
01 heap-ID PIC 9(4) COMP-5. 01 status-code PIC S9(4) COMP-5.
CALL "CBL_CLOSE_VFILE" USING BY VALUE heap-ID RETURNING status-code.
Interface
Specifies the heap-ID.
Return code
The return code is set in the status-code specified in the RETURNING clause.
0: Successful
Other than 0: Failure