Context Data

The data configuration defines the database table structure for the table name in the task definition. A sample X9GlobalContextTable data definition is shown here:
<?xml version="1.0" encoding="UTF-8" stand-alone="yes"?>
<dataDescriptor name="X9GlobalContextTable" type="TABLE">
  <viewName>X9_Global_Context_Table</viewName>
  <fileName>X9GlobalContextTable.tbl</fileName>
  <record>
    <field datatype="byte" length="2" name="ibmFileFormat"    type="key"/>
    <field datatype="byte" length="2" name="ibmNprRecordType" type="key"/>
    <field datatype="byte" length="2" name="ibmValPrecededBy" type="key"/>
  </record>
</dataDescriptor>