Releases resources allocated from gdlInitialize
.
Syntax
05 GDL-TERMINATE.
10 GDL-TERM-HANDLE PIC S9(09) BINARY.
*
CALL "GDLTERM"
USING GDL-TERMINATE, GDL-RETURN-CODE.
Argument
GDL-TERM-HANDLE
A pointer to the gdlHandle initialized by GDLINIT (GDL- INIT-HANDLE). Output.
char*
License filename. Input.
Return Values
GDL-OK | Success |
Prerequisites
GDLINIT
Alternates
None.
Notes
This procedure must be the last procedure called from the library.