Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 14 Utilities : Utility Functions : tibems_Version

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.
 
tibems-Pointer has usage pointer.
After this COBOL call, store the tibems-Pointer data item to tibems-Cobol-Char, using the following SET statement:
Remarks
This string represents the three-part version number of the release (major.minor.update).

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved