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


  • Subject: Re: Externally described printer files
  • From: Jerry Keppler <kepplerj@xxxxxxxxxxxxxxxxxxxxx>
  • Date: Wed, 30 Jul 1997 12:07:41 -0500
  • Organization: Pattonville School District

Gary Feinstein wrote:

> Ok.  Here is a question from our programmer/analysts.  I haven't
> programmed in RPG so I didn't have much input.  We are trying to get a
>
> report to print to an HPLJ4 with 68 lines.  One of the programmers
> says
> it is not possible unless you use an externally described printer
> file.
> Can this be done using Output specs, or is the limit 66 lines?
>
> Gary

You should be able to do this with O specs inside an RPG program..
Printers which can print 8 lines per inch will print 88 lines per page
on 11 inch paper.   I'd set up a CL program to call which in turn calls
your RPG program.  In the CL before calling the RPG program Issue an
OVRPRTF statement which specifies the desired page length and overflow
line number.  If you page length is 88 and you wanted a 1 inch margin at
the bottom of the page at 8 lines per inch, try.
OVRPRTF FILE(QSYSPRT) PAGESIZE(88) LPI(8) OVERFLOW(80)

--
___________________________________________________________
Jerry R. Keppler      Pattonville School District
Computer Programmer   11097 St. Charles Rock Road
(314) 213-8045 Voice  St. Ann, MO 63074-1509
(314) 213-8650 Fax    mailto:kepplerj@pattonville.k12.mo.us


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This is the Midrange System Mailing List!  To submit a new message,   *
* send your mail to "MIDRANGE-L@midrange.com".  To unsubscribe from     *
* this list send email to MAJORDOMO@midrange.com and specify            *
* 'unsubscribe MIDRANGE-L' in the body of your message.  Questions      *
* should be directed to the list owner / operator: david@midrange.com   *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


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.