JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. tibemsMsg_Print Function Purpose Print a message. C Declaration void tibemsMsg_Print( tibemsMsg message ); COBOL Call CALL "tibemsMsg_Print" USING BY VALUE message, END-CALL. Note: message has usage pointer. Parameters Parameter Description message Print this message. Remarks This call prints a string that includes the body type, headers (name-value pairs), properties (name-value pairs), and body content. tibemsMsg_Print prints the message to stdout. See Also tibemsMsg_PrintToBuffer Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.