amt sys message
| Column Name | Data Type | Description |
| MESSAGEID | int | A unique ID number for this message. |
| MESSAGE | string | The message text. |
| JOBID | int | ID of the job the message originated from. See amt sys available job |
| JOBREQUESTID | string | The request ID number of the originating batch/script. |
| BATCHID | string | The ID number of the originating batch/script. |
| DATETIME | OffsetDateTime | The date/time of the message. |
| APPID | int | ID of the application the message originated from. See amt sys application. |
| ORIGIN | string | The origin of the message. |
| KIND | int | The kind of message. Uses the MessageKind enum. INVALID = 0 ERROR = 1 INFORMATION = 2 WARNING = 3 INPUT_REQUEST = 4 WAITING_FOR_FILE = 5 |
