amt sys print
| Column Name | Data Type | Description |
| PRINTID | int | A unique ID number for this print job. |
| APPID | int | ID of the application that created this print job. See amt sys application. |
| CREATEDATETIME | OffsetDateTime | The date/time this print job was created. |
| PRINTFILEID | int | The ID number of the file to print. See amt sys print file. |
| NUMCOPIES | int | The number of copies to print. |
| OPTIONS | string | The extra options for this print job. |
| PRINTDATETIME | OffsetDateTime | The date/time the print job was executed. |
| PRINTERID | int | The ID number of the printer to use for this print job. See amt sys printer. |
| PRINTFILE | string | The full path + filename of the file to print. |
| PRINTER | string | The name of the printer to use for this print job. |
| string | The name of the printer to use for this print job. | |
| PRINTGROUP | string | The name of the Print Group this print job belongs to. |
| MESSAGE | string | The system message the print job created. |
| STATION | string | The name of the station this print job originated from. |
| AMTUSER | string | The name of the user associated with this job. |
| PRINTED | boolean | Will be true if the print job has finished successfully. |
| BANNERFILE | string | The full path + filename of the bannerfile to use for this print job. |
| UNICODE | boolean | If true, the print files will be unicode text files, otherwise ASCII text files. |
| REQUESTID | int | The request ID from the original request. |
| PAGES | int | The number of pages of this print job. |
| REPORTNAME | string | The origin of the print job. |
