View Full Version : how to reflect the increased page size of a report in the Spool file
Guest.Visitor
12-01-2003, 08:01 AM
Use CHGPRTF FILE('your print file) PAGESIZE(66 175) Where 66 = lines and 175 = columns per page. You may also need to modify the characters per inch CPI(15) This is how we do it with 198 column print files.
Guest.Visitor
12-01-2003, 10:09 AM
It use to be that creating a spool file using RLU the dimensions defined would create the proper size print file. You may also want to check that no ovrprtf is lurking somewhere in the back ground to reset back to 132.
Guest.Visitor
12-01-2003, 09:03 PM
I have created a printer file using RLU wherein I have set the width of the page as 175.Now when I run my RPG program the respective report is generated in the Spool file, but any text after column number 132 are truncated in the Spool file. Please help me overcome this problem.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.