Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

<filters> table element

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>

c-treeRTG 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

<field>

This element is used to enumerate the fields used to filter records.

<filter>

Defines the method to filter records.

See Also

TOCIndex