The filters element is used to specify how records will be filtered between the various record schemas, as SQL tables may only have one record schema defined per table.
This element is not necessary if the data file contains only one record schema.
<table>
<filters>
</filters>
</table>
FairCom RTG COBOL - The filters can be defined in your COBOL source using $XFD WHEN clauses. The field element will be defined by all the fields called from all the $XFD WHEN clauses from the COBOL source.
Elements
Element |
Description |
---|---|
This element is used to enumerate the fields used to filter records. |
|
Defines the method to filter records. |
See Also