Returns a string containing the GDL library version number.
Syntax
05 GDL-GET-VERSION.
10 GDL-GV-VERSION PIC X(20).
*
CALL "GDLGTVER"
USING GDL-GET-VERSION, GDL-RETURN-CODE.
Arguments
GDL-GV-VERSION
The version string. Output.
Return Values
GDL-OK | Success |
Prerequisites
None.
Alternates
None.
Notes
The string returned is in the following format:
GDL/390 v#.#
For example, GDL/390 v.2.9.