DEFRECORD KCML_CallStat
A record containing the name of a function and a count of how many times it has been called| FLD name | Pack format | Purpose |
|---|---|---|
| KCML_CallStat_Name$ | CHAR(120) | Name of a function |
| KCML_CallStat_Count | BR4(1) | Number of times the function has been called |