Identifies license file and key.
Syntax
01 PASSWORD PIC S9(9) BINARY.
01 FILE-NAME PIC X(12).
*
CALL "GSSLIC" USING PASSWORD, FILE-NAME.
Arguments
PASSWORD Long integer used as a unique key. Input.
FILE-NAME Fully qualified file name, including drive and path, of the file containing the license information. Input.
Notes
Must call GSSLIC before GSINITWP.