× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hrishikesh Kotwal,

>I want to print a Report in RPG III with number of columns = 250.

> PAGESIZE
>              > 110
>              > 255
>              > *ROWCOL
> LPI          > 6
> CPI          > 16.7

I believe you'll find CPI(16.7) is only going to be able to print 220 columns at
print time, unless you have paper wider than 13.2 inches (standard "green-bar"
width).  Since 13.2 * 16.7 = 220.44, it follows only 220 charactes are

To get 250 columns to fit within 13.2 inches, you'd need 250 / 13.2 = 18.94 CPI
or more, not 16.7.  If your printer supports it, use CPI(20) instead.  However,
many *SCS printers don't support anything smaller than CPI(15), yielding 198
print columns across 13.2 inches.

Your page length of 110 lines at LPI(6) seems curious too.  Do you really have
forms which are 18.33 inches long?

Doug



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.