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:
  
SET ADDRESS OF tibems-Cobol-Char TO tibems-Pointer. 

Remarks

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


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com