SampleReclearEndpointsTable
Used to assign a re-clear endpoint to a transaction after it has been assigned an endpoint (and an associated re-clear service code). The assignment is based on the re-clear service code and transaction amount.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dataDescriptor name="SampleReclearEndpointsTable" type="TABLE">
<viewName>SampleReclearEndpoints</viewName>
<fileName>SampleReclearEndpoints.tbl</fileName>
<record>
<field datatype="char" length="4" name="ibmIntReclearServiceCode" type="key"/>
<field datatype="char" length="15" name="ibmNprAmount" type="startKeyRange"/>
<field datatype="char" length="15" name="ibmNprAmountHigh" type="endKeyRange"/>
<field datatype="char" length="10" name="ibmNprEndpoint" type="payload"/>
</record>
</dataDescriptor>