![]() |
||
IXF Files OverviewVersion 0 System/370 IXF The IXF format is especially useful if you want to create DB2 tables outside the QMF environment and import them. ![]()
The EXPORT command in TSO and CICS/MVS copies objects to a TSO dataset at the system where QMF is executing.
For example: EXPORT TABLE CUSTOMERS TO PROGRAM.TEST(O=C,D=I,C=NO,M=MYTABLE When you use the EXPORT command to export a DATA or TABLE object using the DATAFORMAT=IXF option, the file, data set, or CICS data queue is exported in the Integrated Exchange Format (IXF). In QMF an exported IXF file, data set, or CICS data queue consists of the following records:
The exported file, data set, or CICS data queue consists of one H record, followed by one T record. The T record contains a count of how many C records follow the T record. There is a C record for each column in the table. D records follow C records. There is a D record for each row in the table. The arrangement of records in an exported file, data set, or CICS data queue looks like:
PC Version of IXF File Format The PC version of IXF (PC/IXF) file format is a database manager adaptation of the Integration Exchange Format (IXF) data interchange architecture. The IXF architecture was specifically designed to enable the exchange of relational database structures and data. The PC/IXF architecture allows the database manager to export a database without having to anticipate the requirements and idiosyncrasies of a receiving product. Similarly, a product importing a PC/IXF file need only understand the PC/IXF architecture; the characteristics of the product which exported the file are not relevant. The PC/IXF file architecture maintains the independence of both the exporting and the importing database systems. ![]() In general, a PC/IXF file consists of an unbroken sequence of variable-length records. The file contains the following record types in the order shown:
For more information:
Copyright © 2000/2008 Kadmos.com - All rights reserved. Privacy Policy |