Terminates the Spatial+ library.
Syntax
01 PIPHANDLE PIC S9(9) BINARY.
01 SPRETCODE PIC S9(9) BINARY.
*
CALL ‘SPTERM'
USING PIPHANDLE, SPRETCODE.
Arguments
PIPHANDLE The handle returned by SPINIT for the current instance of Spatial+.
Input.
Return Values
PIP-OK
SPINIT.
Prerequisites
Alternates
None.
Notes
Terminates the Spatial+ library. Do not call any Spatial+ library procedures after termination.