SampleValRtnEndpointTod

Assigns the endpoint to a return transaction using the routing transit number of the transaction and the date and local time the transmission was received. The local time zone of the caller, Gateway Server, is used.
Note: The routing transit number must exactly match the entry in the table.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dataDescriptor name="SampleValRtnEndpointTod" type="TABLE">
  <viewName>SampleValRtnEndpointTod</viewName>
  <fileName>SampleValRtnEndpointTod.tbl</fileName>
  <record>
    <field datatype="char" length="9"  name="ibmNprRT"                 type="key"/>
    <field datatype="char" length="5"  name="ibmFileReceived"          type="startKeyRange"/>
    <field datatype="char" length="5"  name="ibmFileReceivedHigh"      type="endKeyRange"/>
    <field datatype="char" length="10" name="ibmNprEndpoint"           type="payload"/>
    <field datatype="byte" length="2"  name="ibmValMICRPrefix"         type="payload"/>
    <field datatype="char" length="4"  name="ibmIntReclearServiceCode" type="payload"/>
  </record>
</dataDescriptor>