tibemsStatus_GetText Function Purpose Get the text string corresponding to a status code. C Declaration const char* tibemsStatus_GetText( tibems_status status ); COBOL Call CALL "tibemsStatus_GetText" USING BY VALUE status RETURNING tibems-Pointer END-CALL. Parameters Parameter Description status Get the text corresponding to this status code.