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.
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.
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.
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.