Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Tools : S6BFUNCTION

S6BFUNCTION
Invokes a TIBCO supplied function that requires a specialized environment. (F)
Invocation
result = S6BFUNCTION(function,argument1, argument2, ..., argumentN)
 
A character string of syntax V containing the name of TIBCO-supplied function to be invoked.
argument1, argument2, ..., argumentN
A variable number of arguments to be supplied to the routine. The number of arguments and their format is determined by the invoking routine.
Usage Notes
The TIBCO Object Service Broker interface with TIBCO Enterprise Management Service (EMS) makes use of this tool. Refer to TIBCO Object Service Broker for z/OS External Environments or TIBCO Object Service Broker for Open Systems External Environments for more details.

Exceptions
 
Example
This rule invokes a TIBCO-supplied EMS function to an EMS server located on the specified URL. The rule creates a connection to the EMS server on server1.yourcompany.com.

 
RESULT = S6BFUNCTION('tibemsConnection_create', ’server1.yourcompany.com’, CLIENTID, USER, PASSWORD);

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved