The Output_Test procedure writes out the result of a test to the specified unit.
Calling syntax:
| call Output_Test (Test_Name, Success, Unit) |
Input variables:
| Test_Name | The name of the test that has been conducted. | ||
| Success | The result status of the test. | ||
| Unit | The logical unit for output, which defaults to 6. |
The Output_Test code listing contains additional documentation.