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


Chapter 3 Tools : S6BCALL

S6BCALL
Invokes a TIBCO-supplied callable routine that requires a specialized environment. (C)
Invocation
CALL S6BCALL(routine,argument1, argument2, ..., argumentN)
 
The name of the TIBCO-supplied routine to be invoked. Its syntax is V (variable-length character string).
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 the TIBCO-supplied EMS routine tibems_Sleep.

 
CALL S6BCALL(’tibems_Sleep’,10);

 

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