DEFRECORD KCML_EXCEPTION_LOG
'KCML_Exception_Log record| FLD name | Pack format | Purpose |
|---|---|---|
| KCML_EXCEPTION_LOG_ErrorMajor | UINT(2) | Major error number |
| KCML_EXCEPTION_LOG_ErrorMinor | UINT(1) | Minor error number |
| KCML_EXCEPTION_LOG_LineNumber | UINT(4) | Line number |
| KCML_EXCEPTION_LOG_StatementNumber | UINT(4) | Statement number |
| KCML_EXCEPTION_LOG_SourceFilename$ | CHAR(128) | Source file name |
| KCML_EXCEPTION_LOG_ErrorContext$ | CHAR(256) | Error context including the error code and description |
| KCML_EXCEPTION_LOG_Pool | Pool used to allocate stack return. Set by 'KCML_Exception_Log() | |
| KCML_EXCEPTION_LOG_Stack | Pool handle of return stack if requested |