<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Page Break (printer) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026903#M746765</link>
    <description>&amp;gt;I want to know excatly how can i modify the interface program&lt;BR /&gt;&lt;BR /&gt;Here is a previous request for an Okidata printer:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=469197" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=469197&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And others:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=205714" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=205714&lt;/A&gt;</description>
    <pubDate>Wed, 27 Jun 2007 02:44:29 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-06-27T02:44:29Z</dc:date>
    <item>
      <title>Page Break (printer)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026899#M746761</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am working on HP server (rx1620) running HPUX 11i v2 (June 2006).&lt;BR /&gt;I have connected a printer to server through NIC (print server ) ; it was defined as network remote printer.&lt;BR /&gt;How can i modify the interface program file in order to add a page break (form feed) at the end of each request from HPUX .&lt;BR /&gt;&lt;BR /&gt;Roger  &lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2007 07:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026899#M746761</guid>
      <dc:creator>Roro_2</dc:creator>
      <dc:date>2007-06-26T07:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Page Break (printer)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026900#M746762</link>
      <description>there should be a script in &lt;BR /&gt;/var/spool/lp/interface that is the same name as the printer queue.&lt;BR /&gt;&lt;BR /&gt;you can look at that to see if you can append the form feed.  you may have to (in the script) copy the file, append form feed and then print.&lt;BR /&gt;&lt;BR /&gt;HOWEVER, if this is related to your question regarding printing from MF COBOL, I would suspect that the "last line" of the file is still in an i/o buffer and has yet to be written to disk. make sure that the output file is properly closed / flushed before attempting to print.&lt;BR /&gt;&lt;BR /&gt;if routing the printed output to a different printer still results in a missing line, then the issue has almost got to be the program.</description>
      <pubDate>Tue, 26 Jun 2007 08:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026900#M746762</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-06-26T08:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Page Break (printer)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026901#M746763</link>
      <description>&amp;gt;OldSchool: would suspect that the "last line" of the file is still in an I/O buffer and has yet to be written to disk.&lt;BR /&gt;&lt;BR /&gt;Because the "default" is AFTER ADVANCING?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; make sure that the output file is properly closed / flushed before attempting to print.&lt;BR /&gt;&lt;BR /&gt;I'm not sure how this could happen. A close of the file should be done before using lp(1).  Of course if system(3) is issued in the COBOL program, that would fail.</description>
      <pubDate>Tue, 26 Jun 2007 22:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026901#M746763</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-26T22:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Page Break (printer)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026902#M746764</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thank you for your concern.&lt;BR /&gt;I want to know excatly how can i modify the interface program in /etc/lp/interface directory , in order to add a form feed    (page break) at the end of each request.&lt;BR /&gt;NB : customer cann't modify the source programs of the application.</description>
      <pubDate>Wed, 27 Jun 2007 02:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026902#M746764</guid>
      <dc:creator>Roro_2</dc:creator>
      <dc:date>2007-06-27T02:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Page Break (printer)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026903#M746765</link>
      <description>&amp;gt;I want to know excatly how can i modify the interface program&lt;BR /&gt;&lt;BR /&gt;Here is a previous request for an Okidata printer:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=469197" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=469197&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And others:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=205714" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=205714&lt;/A&gt;</description>
      <pubDate>Wed, 27 Jun 2007 02:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026903#M746765</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-27T02:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Page Break (printer)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026904#M746766</link>
      <description>Thank you Dennis,  i will apply the changes to the interface program.&lt;BR /&gt;&lt;BR /&gt;Roger</description>
      <pubDate>Wed, 27 Jun 2007 03:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/page-break-printer/m-p/4026904#M746766</guid>
      <dc:creator>Roro_2</dc:creator>
      <dc:date>2007-06-27T03:09:29Z</dc:date>
    </item>
  </channel>
</rss>

