tibemsConnectionFactory_Print

Function

Purpose

Print the parameters set in a connection factory object.

C Declaration

tibems_status tibemsConnectionFactory_Print(
    tibemsConnectionFactory factory);

COBOL Call

CALL "tibemsConnectionFactory_Print"
     USING BY VALUE factory,
           RETURNING tibems-status
END-CALL.
Note: factory has usage pointer.

Parameters

Parameter Description
factory Print the parameters set in this connection factory.