tibems_Version

Function

Purpose

Return the EMS library version number.

C Declaration

const char* tibems_Version(void);

COBOL Call

CALL "tibems_Version"
 RETURNING tibems-Pointer
END-CALL.
Note: tibems-Pointer has usage pointer.

After this COBOL call, store the tibems-Pointer data item to tibems-Cobol-Char, using the following SET statement:

SET ADDRESS OF tibems-Cobol-Char TO tibems-Pointer.

Remarks

This string represents the three-part version number of the release (major.minor.update).