AMT Help Files
Home Development AMT Databases System Database amt sys print file

amt sys print file

Column Name Data Type Description
PRINTFILEID int ID of the print file.
APPID int ID of the application that created the print file.
See amt sys application.
TITLE string The title of the print file.
FILENAME string The full filename of the print file including the path.
PRINTNAME string The name of the print file without the path.
FILESIZE int The size of the print file in bytes.
PAGES int The number of pages in the print file.
GRAPHICAL boolean If true, the print file contains output for a graphical printer.
FORMDEPTH int The number of lines per page for a line printer.
MAXLINELENGTH int The maximum line length in the print file.
BATCHID int The ID number of the batch or script that originated the print job.
JOBID int ID of the job that created the print file.
See amt sys available job
JOBNAME string The name of the job that created the print file.
CREATEDATETIME OffsetDateTime The date/time the print file was created.
DAYSAVAILABLE int The number of days the print file must be kept before deletion.
PRINTED boolean Will be true if the print file has been sent to a physical printer.
SHADOW string The AMT printer class name.
MESSAGE string Message from the print job that created the print file.
ERRORMESSAGE string The error description of the print job if the job failed.
REPORTNAME string The name of the report/program that created the print file.
PRINTER string The name of the printer the print file is intended for.
PRINTGROUP string The name of the Print Group the print file is intended for.
STATION string The name of the station the print job originated from.
AMTUSER string The name of the user associated with the print job that created the print file.
LASTPRINTEDON OffsetDateTime The date/time the file was last printed.
UNICODE boolean If true, the print file is a unicode text file, otherwise ASCII text file.
LOGICALNAME string The logical name of a assigned file in the following command:
FILE-CONTROL.
    SELECT FILE-ID ASSIGN TO DISC LOGICAL-NAME.
ASACONTROLS boolean If true, ASA carriage control characters has been used in the print file instead of FormFeeds and empty lines.
See https://en.wikipedia.org/wiki/ASA_carriage_control_characters for more information

Contents

 Go to top