tibemsAdmin_Close

Function

Purpose

Close the administrative connection to the server.

C Declaration

tibems_status tibemsAdmin_Close(
        tibemsAdmin admin);

COBOL Call

CALL "tibemsAdmin_Close"
 USING BY VALUE admin,
       RETURNING tibems-status
END-CALL.

Parameters

Parameter Description
admin The administrative connection to be closed.