                                                                set_report 
Chapter 13 Set and Criteria Selection

Reports the names and number of elements in all sets.  The report can be
written to the screen, the printer, or a file.

set_report

    Write a report of number of elements and names of all sets.
     
         set_report p [fname]

    Reports on all sets.  Report is written to the device specified by p.
    ___________________________________________________________________________
    Options/arguments:

         p         print dev: 0 = screen, 1 = printer, 2 = ascii file
         fname     Name of file (used only when p = 2)
    ___________________________________________________________________________
    Example(s):

    To display current set information on the screen enter:

         set_report 0
          
    To write a set_report to a file called kettle, enter:

         set_report 2 kettle
    ________________________________________________________
    See also:

              all set_ and crit_ functions
    ___________________________________________________________________________
