TPDC Manual (G06.24+)

Table Of Contents
Tandem Performance Data Collector (TPDC) Manual526357-001
B-1
B
Cross-Reference of Enform Queries
to Data Files
This example shows the XREFRPTS file, which cross-references Enform queries to
the data files they use.
!----------------------------------------------------------------------------!
! !
! !
! XREFRPTS !
! ========== !
! !
! !
! This file cross-references compiled ENFORM queries to the data files !
! they require. You may edit this file to "customize" the selection !
! and sequence of charts and/or reports contained within a named !
! <report-set>. If you do so, please remember: !
! !
! 1. Any text following an exclamation mark is considered comments. !
! !
! 2. A <report-set> is named and defined by a "CREATE" command line: !
! !
! CREATE <report-set name> (#cols) Description !
! !
! <report-set name> must be a valid, unqualified, NonStop disc !
! file name. The TBUILD routine will create an EDIT file with !
! this name; the file will contain ENFORM ?Execute commands to !
! produce the reports you select. !
! !
! (#cols) is for "help" assistance only; it indicates the maximum !
! number of print columns required by the selected reports. The !
! left and right parentheses are required. !
! !
! Description can be any text; again it is for "help" assistance !
! only. !
! !
! I strongly suggest you follow the format of the "CREATE" command !
! lines already in this file, since these are output by responses !
! to “help” commands, and appearances should match. !
! !
! 3. Lines following a "CREATE" command line (up to EOF or the next !
! "CREATE" command line) define the reports to be included in the !
! named <report-set>, and the data files needed to produce them: !
! !
! <report> <data-file> [ [ ( ] <data-file> [ ) ]...] !
!----------------------------------------------------------------------------!