![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Your C program should be written and receive arguments according to standard C coding conventions.
char [n] n = 2 n = 4 n = 4 n = 8 n = 16
The first part of the C syntax for V describes the length of the argument and the second part contains the data.
TIBCO Object Service Broker supports packed decimal and IBM hexadecimal floating point. The C declarations are valid only for IBM’s mainframe C compiler.
TIBCO Object Service Broker date (D) semantic type is not converted; it is returned as a binary number.TIBCO Object Service Broker Programming in Rules about TIBCO Object Service Broker syntax.The following routine shows how to define the arguments in C. The routine must be identified to TIBCO Object Service Broker as described in Identifying Your External Routine to TIBCO Object Service Broker. In the ROUTINES table, for routines written in IBM C, the Language specified in the ROUTINES table should be LEPERSIST.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |