10.4.8 Output_Data_Index Procedure

The Output_Data_Index procedure writes out a section of a Data Index to the specified unit.

Calling syntax:

call Output (Index, First, Last, Unit, Indent, Output_OPE)

Input variables:

 Index  The Data_Index object to be queried.
 First  The first location to be output. [Optional]
 Last  The last location to be output. [Optional]
 Unit  The logical unit for output, which defaults to 6.
 Indent  Number of indentation characters. [Optional]
 Output_OPE  Toggle for outputting the Off_PE_Index information.

The Output_Data_Index code listing contains additional documentation.

Michael L. Hall