Opens a heap.
call "CBL_OPEN_VFILE" using heap-id status-word returning status-code
Using call prototype (see Key) | Picture | |
---|---|---|
heap-id | cblt-vfile-handle. | pic x(2) comp-5. |
status-word | cblt-vfile-status. | pic x(2) comp-x. |
status-code | See Library Routines - Key. |
None
000 | Heap closed by user request |
001 | Heap access failure - out of buffers |
002 | Heap deallocated while program inactive |
014 | Backing-file failure: too many files |
037 | Backing-file failure: file access denied |
201 | Backing-file failure: I/O failure |