|
VMS Help EDIT, /FDL, Qualifiers, /DISPLAY *Conan The Librarian |
/DISPLAY=graph-option
This qualifier specifies the type of graph you want displayed.
LINE Plots bucket size against index depth.
FILL Plots bucket size by the percentage of load fill by
index depth.
KEY Plots bucket size by key length by index depth.
RECORD Plots bucket size by record size by index depth.
INIT Plots bucket size by initial load record count by index
depth.
ADD Plots bucket size by additional record count by index
depth.
The default is LINE.
Example
$ EDIT/FDL/DISPLAY=KEY TEMP_DATA
This command begins an interactive session in which the default
value for the type of graph to be displayed has been changed from
LINE to KEY. TEMP_DATA is the name of the FDL file to be created.
|
|