Forms5-7Printing Your FilesPage SetupThe DEFINE/FORM command qualifier /PAGE_SETUP specifies oneor more modules that set up the device at the start of each page:$ DEFINE/FORM/PAGE_SETUP=(module[,...])The modules are located in the device control library. While the formis mounted, the system extracts the specified module and copies it tothe printer before each page is printed.SetupThe DEFINE/FORM command qualifier /SETUP specifies one ormore modules that set up the device at the start of each file:$ DEFINE/FORM/SETUP=(module[,...])The modules are located in the device control library. While the formis mounted, the system extracts the specified module and copies it tothe printer before each file is printed.RIGHT=n Specifies the number of columns to be left blank betweenthe /WIDTH setting and the actual print image area. Thenparameter must be a positive integer between 0 and thevalue of the /WIDTH parameter. When determining the /RIGHT parameter, start at the /WIDTH value and count tothe left. The default value is 0, which means that the printimage extends as far to the right as the /WIDTH value.TOP=n Specifies the number of blank lines to leave between the topof the physical page and the start of the print image. Thenparameter must be a positive integer between 0 and the /LENGTH parameter. The default value is 0, which generallymeans that there is no top margin.Option Purpose