To obtain a Native Efficiency report, execute the REPORT function with the following command format:
►►─ REPORT TYPE=DATANE,DBID=dbid,TABLE=table ────────────────────────►
►───┬────────────────────┬┬────────────────┬┬─────────────────────┬──►◄
└─ ,KEYNAME=keyname ─┘└─ ,NUMBER=nnnn ─┘└─ ,RECORDS=nnnnnnnn ─┘
Invokes the report function.
(Required) Requests the Native Efficiency Report.
DATANE
(No default)
(Required) Specifies the name of the DBID that you want to use.
a valid DBID
(No default)
(Required) Identifies the table on which you want a report.
3-character DATACOM-NAME of the table in the database specified
(No default)
(Optional) Specifies the key name to use to process the report. The data row sequential efficiency is compared to the order provided by this index.
If a value is not specified, the report uses the Native Key specified for the table.
5-character DATACOM-NAME of the key in the table specified
The Native Key of the selected table
(Optional) Specifies the number of data blocks that are read using physical processing (at the beginning of the report execution) to determine the maximum rows per block (MRB). The NUMBER parameter is only honored for data tables that are using compression. For non-compressed tables, the MRB is calculated using the row size and data block size.
Note: Specifying a low value limits the ability to calculate a valid MRB for this table. When the NUMBER parameter is not specified and the data table is compressed, the maximum value (9999 data blocks) is scanned to provide the MRB calculation.
0 to 9999
9999 (but only used if table is compressed)
(Optional) Specifies the rows to process (and include) in a printed group detail line.
If a value is not specified, no detail lines are produced and only the summary lines for the full table are produced.
Note: Specifying a low number for the RECORDS= parameter with a table with many rows generates many detail lines (one per record group). If the number of groups generated exceeds 99,999, the report allows the group number to roll over to zero and begin again. This rollover typically means that over 2000 pages of detail group lines are generated. We recommend that you specify a RECORDS= value that keeps the number of detail groups to 1000 groups or less.
0 to 99999999
(No default)
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|