


You can create a printer file with a width greater than 255 (378 is the actual limit - see the PAGWIDTH parameter in the STRRLU command). The problem is that you can't have any fields that begin at a position greater than 255.
When I last did it, I created text fields starting before position 255 that extended the remaining width of the printer file. Then I used a combination of %subst(), %editc(), %editw(), and evalr to format the information in the text fields. It's a pain to make changes, but it does work.


What kind of printer is it designed for? Actually, what are all of the other attributes besides PAGESIZE()?
Tom
Actually i am creating a report in which data is of 375 width so need to generate a spool file with this width which will ultimately be stored in some content management system…So i have created the printer file using RAD and when i am compiling the file its giving me error …line greater than 255….please suggest
Forgot to add it a *SCS file