485 ! & ! & ! MAPPRM - System parameters & ! & ! & ! PRM.DEFAULT.MLF$ Default Mailing List file & ! PRM.NEW.MLF.SIZE% Size for new files created by SMAIL & ! PRM.SCREEN.FILE$ Filename of the system screen file & ! PRM.LOC.WORK.FILES$ Location of sort work files & ! PRM.DEFAULT.MLF.LOC$ Default Location of user specified files & ! PRM.MAX.FILE.SIZE% Maximum ML File BP2 size & ! & ! PRM.LABEL.TST$ Y/N flag to test print sample labels & ! PRM.LABEL.EXT$ Code to put extra information on the labels & ! PRM.LABEL.MSG$ Special label message & ! PRM.LABEL.IDR$ I/D/R flag for Incr/Decr/Reset counters & ! PRM.LABEL.NUM% Number to Increment or Reset counters to & ! PRM.LABEL.COP% Number of copies of labels & ! PRM.LABEL.LAB% Labels across page & ! PRM.LABEL.MAR% Left margin (in spaces) & ! PRM.LABEL.CHR% Characters per address line & ! PRM.LABEL.HOR% Horizontal distance & ! PRM.LABEL.LIN% Address lines per label & ! PRM.LABEL.VER% Vertical distance (lines) & ! & ! PRM.PRT.DEV$ Printer device name (XXnn:) & ! PRM.PRT.COD$ Printer queable code (Q/N) & ! PRM.PRT.TYP$ Printer type (F/V) & ! PRM.PRT.LEN% Printer line length 80-132 & ! PRM.PRT.NAM$ Printer user-oriented name & ! & ! PRM.LABEL% last 8 label parameter numbers & ! & ! PRM.WILDCARD.CHR$ Wildcard character for coded categoy & ! sublist definitions. & !-------------------------------------------------------------------- 685 & MAP (MAPPRM) & & PRM.DEFAULT.MLF$ = 30% & ,PRM.NEW.MLF.SIZE% & ,PRM.SCREEN.FILE$ = 30% & ,PRM.LOC.WORK.FILES$ = 30% & ,PRM.DEFAULT.MLF.LOC$ = 30% & ,PRM.MAX.FILE.SIZE% & ,PRM.LABEL.TST$ = 1% & ,PRM.LABEL.EXT$ = 1% & ,PRM.LABEL.MSG$ = 30% & ,PRM.LABEL.IDR$ = 2% & ,PRM.LABEL.NUM% & ,PRM.LABEL.COP% & ,PRM.LABEL.LAB% & ,PRM.LABEL.MAR% & ,PRM.LABEL.CHR% & ,PRM.LABEL.HOR% & ,PRM.LABEL.LIN% & ,PRM.LABEL.VER% & & ,PRM.PRT.DEV$(4%) = 6% & ,PRM.PRT.COD$(4%) = 1% & ,PRM.PRT.TYP$(4%) = 1% & ,PRM.PRT.LEN%(4%) & ,PRM.PRT.NAM$(4%) = 25% & & & \ MAP (MAPPRM) & & FILL$ = 158% & ,PRM.LABEL%(7%) & ,FILL$ = 175% & ,PRM.WILDCARD.CHR$ = 1% &