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


Chapter 3 Tools : PRINT_DATA

PRINT_DATA
Prints the data of a TIBCO Object Service Broker table. (C)
Invocation
CALL PRINT_DATA(tablespec, select, sourceloc)
 
Usage Notes
If the table specified in tablespec is parameterized, you specify only the data parameters, not the location parameters.
If you specify an empty string for select, all the occurrences of the table are printed.
The syntax for select is <field name> <relational operator> <value>.
Specify a value for sourceloc only if the data is located on a different node.
See Also
TIBCO Object Service Broker Managing Security for information about your user profile.
Exceptions
 
The call to PRINT_DATA did not complete. The exception should be handled by the calling rule.
Example
The following rule prints selected data from the table instance EMPLOYEES(MIDWEST).

 
RULE EDITOR ===> SCROLL: P
PRINT_DATA_1;
_ Library: DOCEXMPL |
_ --------------------------------------------------------------------------+-----
_ --------------------------------------------------------------------------------
_ CALL PRINT_DATA('EMPLOYEES(MIDWEST)', 'MGR#=79912', ''); |
_ ---------------------------------------------------------------------------------
_ ON NO_PRINT :
CALL ENDMSG('TABLE NOT PRINTED BECAUSE ' ||@OBJECTMSG.MSG);

 

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