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


Chapter 7 Processing External Data Using TIBCO Object Service Broker : Writing Data to an Export File and Accessing the Exported Data

Writing Data to an Export File and Accessing the Exported Data
When you insert data into an export table, the data is immediately exported to the associated file. You cannot roll back the changes. You can insert data into an export table using:
Using Rules
When writing data to an export file using rules, you can:
If the File name or DD name for each export table is the same, you can define multiple export tables to write data to a single data set. Then, if you use rules to insert data into the tables within the same transaction, the data set remains open to receive the occurrences from each table. Providing that the parameter value is the same, the resulting records in the data set have a variety of layouts.
Using COPY_DATA
You can use the COPY_DATA tool to copy data from a TIBCO Object Service Broker table to the export table.
Using Copy Table
You can use the workbench option CT copy table to copy data from a TIBCO Object Service Broker table to the export table.
Accessing the Exported Data
To access the exported data, exit to your non-TIBCO Object Service Broker system and browse, edit, or process the data as required. You can also terminate the creating transaction and access the file with a different table name of type IMP.
See Also
TIBCO Object Service Broker Programming in Rules for information about the rules language and batch processing.
TIBCO Object Service Broker Shareable Tools for information on the copy tools.

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