MAP1 FILE,S,64
MAP1 TABLE
MAP2 PRINTER,S,64 ! spooler name (was 6 under AMOS)
MAP2 CPU,F,6 !*CPU id
MAP2 SWITCHES,F,6 ! option switches
MAP2 COPIES,F,6 ! copies to spool
MAP2 BANNER,S,50 !*banner
MAP2 LPP,F,6 !*lines per page
MAP2 WIDTH,F,6 !*columns per page
MAP2 FORMS,S,6 ! printer form
MAP2 PRI,F,6 !*priority
MAP2 ADATE,B,4 !*spool after date
MAP2 ATIME,B,4 !*spool after time
MAP2 RESTART,F,6 !*restart
MAP2 START,F,6 !*start page
MAP2 FINISH,F,6 !*finish page
MAP2 LIMIT,F,6 !*limit form feeds
MAP2 OPTIONS,F,6 ! (EZ-SPOOL) options
MAP2 SEQNO,F,6 !*(EZ-SPOOL) sequence #
MAP2 COUNT,F,6 !*(EZ-SPOOL) # blocks queued
MAP2 ITCERR,F,6 !*(EZ-SPOOL) ITC error
MAP2 NONITC,F,6 !*(EZ-SPOOL) spooler
MAP2 FILERR,F,6 !*(EZ-SPOOL) file error code
MAP2 EXTOPT,F,6 ! (EZ-SPOOL) extended options
MAP2 PREFIX,S,28 ! (A-Shell) prefix file
MAP2 SUFFIX,S,28 ! (A-Shell) suffix file
MAP2 HOSTROWS,F,6 ! (A-Shell) number of rows reserved for host
MAP2 EZCOLORS ! User-defined color scheme
MAP3 EZFG'TXT,B,1 ! text colors
MAP3 EZBG'TXT,B,1 !
MAP3 EZFG'BDR,B,1 ! border colors
MAP3 EZBG'BDR,B,1 !
MAP3 EZFG'CMD,B,1 !
MAP3 EZBG'CMD,B,1 ! command colors
MAP3 EZFG'STS,B,1 !
MAP3 EZBG'STS,B,1 ! status colors
MAP3 EZFG'HLP,B,1 !
MAP3 EZBG'HLP,B,1 ! help colors
MAP3 EZFG'HLT,B,1 !
MAP3 EZBG'HLT,B,1 ! highlight colors
MAP3 EZFG'MNU,B,1 !
MAP3 EZBG'MNU,B,1 ! menu colors
MAP3 EZFG'BRF,B,1 !
MAP3 EZBG'BRF,B,1 ! brief colors
MAP2 OVERLAY,S,28 ! overlay file (added in build 943, Sept 200
MAP2 TOTPAGES,F,6 ! total pages (added in build 943, Sept 2005
FILE = "TEST.PRT"
PRINTER = "TEST"
PREFIX = "TEST.PFX"
XCALL EZSPL,FILE,TABLE
END