                                                                crit_report
Chapter 13 Set and Criteria Selection

The crit_report command generates a report showing all pending set selection
criteria created by crit_ commands.  The report can be written to the screen, a
printer or to a file.

crit_report

    Generate a report of current set selection criteria.

         crit_report p [fname]

    Reports on all established criteria.  Report will be output to the device
    specified by p.  If p is 2, indicating that output is to be to an ascii
    file, the filename must be supplied as well (fname).  If a full pathname is
    not supplied the file will be located in the export_path directory (see
    config).
    ___________________________________________________________________________
    Options/arguments:

         p         output device, where:
                   0 = screen
                   1 = printer
                   2 = file
         fname     Name of file to be written (only when p=2)
    ___________________________________________________________________________
    Example(s):

    To display all current set selection criteria on the screen, enter:

         crit_report 0

    To output the report to a file called kettle, enter:

         crit_report 2 kettle
    ___________________________________________________________________________
    See also:

              All crit_ functions
    ___________________________________________________________________________
