Closes a Spatial+ object file.
Syntax
01 SPOBJHANDLE PIC S9(9) BINARY.
01 SPRETCODE PIC S9(9) BINARY.
*
CALL ‘SPOFCL'
USING SPOJBHANDLE, SPRETCODE.
Arguments
SPOBJHANDLE The handle of the object file to close. Input.
Return Values
PIP-OK
Prerequisites
SPOFOP.
Alternates
None.
Notes
This procedure closes a Spatial+ object file. Once this file is closed, the SPOBJHANDLE
handle is invalid and should not be used.