| TABLE 1 Column Values and Functions in tabTestValues | |
| Column | Function |
| proc_name | Name of the procedure under test |
| proc_type | Tracks whether the procedure has an output parameter |
| test_number | Tracks the test that's running |
| parm_name | Name of any procedure parameters |
| data_type | Parameter's data type |
| parm_type | Distinguishes input ('i') from output ('o') parameters |
| test_value | Value assigned to the parameter for the current test |