JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. 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). Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.