The Output_Statistics procedure writes out information from a Statistics object to the specified unit.
Calling syntax:
| call Output (Statistics, Global, Verbose, Unit) |
Input variables:
| Statistics | The Statistics object to be queried. | ||
| Global | Global flag, defaults to false. If Global is not set to true, no global update is done and whatever value is present on the IO_PE is used. | ||
| Verbose | Verbosity flag, defaults to false. [Optional] | ||
| Unit | The logical unit for output, which defaults to 6. |
The Output_Statistics code listing contains additional documentation.
Michael L. Hall