<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Printing Back overlay in AS/400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/printing-back-overlay-in-as400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-back-overlay-in-as400/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:19:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: djac</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-back-overlay-in-as400/#comment-56143</link>
		<dc:creator>djac</dc:creator>
		<pubDate>Thu, 04 Sep 2008 14:12:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-56143</guid>
		<description><![CDATA[Just checked the HP website, this printer only does &#039;manual&#039; duplex i.e. you take the page out after the first side has printed and put it back through the other way up. I think this is only workable printing in a Windows environment.

You need a printer with &#039;D&#039; or &#039;d&#039; in the model name e.g. Laserjet 4250 Dtn (Duplex, twin-bin, network)]]></description>
		<content:encoded><![CDATA[<p>Just checked the HP website, this printer only does &#8216;manual&#8217; duplex i.e. you take the page out after the first side has printed and put it back through the other way up. I think this is only workable printing in a Windows environment.</p>
<p>You need a printer with &#8216;D&#8217; or &#8216;d&#8217; in the model name e.g. Laserjet 4250 Dtn (Duplex, twin-bin, network)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankal</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-back-overlay-in-as400/#comment-56134</link>
		<dc:creator>sankal</dc:creator>
		<pubDate>Thu, 04 Sep 2008 05:17:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-56134</guid>
		<description><![CDATA[Hi  All,

Thanks for your response. But I think I have not conveyed you my printing problem correctly. Because the answers I am getting are not what I want.
Firstly let me ask you&#039;ll my queries.

a)  I need to know if an HP laser jet printer is capable of printing on both sides of the paper. What I mean by this is that it should print front overlay and back overlay on a single page.  
b) Currently I am able to print the front overlay on first page and the back overlay on the second page. This means the printer is taking two pages to print.  
c) Is it that the back overlay is always printed on a new page , instead of being printed on the back side of the front overlay page.

My target is to get the front and back overlay printed on a single page. Let me know if this is possible. If yes , how. Other wise I will keep trying things that are simply not supported by AS/400.

Please go through my entire set of questions I have raised so far on printing back overlay and the steps I have taken. 

Thanks a lot for your answers so far.
Sankal]]></description>
		<content:encoded><![CDATA[<p>Hi  All,</p>
<p>Thanks for your response. But I think I have not conveyed you my printing problem correctly. Because the answers I am getting are not what I want.<br />
Firstly let me ask you&#8217;ll my queries.</p>
<p>a)  I need to know if an HP laser jet printer is capable of printing on both sides of the paper. What I mean by this is that it should print front overlay and back overlay on a single page.<br />
b) Currently I am able to print the front overlay on first page and the back overlay on the second page. This means the printer is taking two pages to print.<br />
c) Is it that the back overlay is always printed on a new page , instead of being printed on the back side of the front overlay page.</p>
<p>My target is to get the front and back overlay printed on a single page. Let me know if this is possible. If yes , how. Other wise I will keep trying things that are simply not supported by AS/400.</p>
<p>Please go through my entire set of questions I have raised so far on printing back overlay and the steps I have taken. </p>
<p>Thanks a lot for your answers so far.<br />
Sankal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-back-overlay-in-as400/#comment-56093</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Tue, 02 Sep 2008 18:50:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-56093</guid>
		<description><![CDATA[Using Duplex(*yes)

To get the back overlay printed, I think you need your dds to provide a new page so when you reach the overflow condition-- probably a line count or you&#039;ve finished printing the last page.

Here is the DDS - I&#039;m printing XXX on the back - if/when this works replace the &#039;XXX&#039; with &#039; &#039; and you&#039;ll
print a blank space on the back - which will not affect the printing of the Ts and Cs

A          R BACKFMT                                                  
A                                 1  1   &#039;XXX&#039;

When xxxxxxxx is the condition you&#039;re testing for
C        if xxxxxxxxxx
C        WRITE BACKFMT
C        WRITE HEADER
C      endif

                             
If you view the spool file it will count 6 pages.  
Phil]]></description>
		<content:encoded><![CDATA[<p>Using Duplex(*yes)</p>
<p>To get the back overlay printed, I think you need your dds to provide a new page so when you reach the overflow condition&#8211; probably a line count or you&#8217;ve finished printing the last page.</p>
<p>Here is the DDS &#8211; I&#8217;m printing XXX on the back &#8211; if/when this works replace the &#8216;XXX&#8217; with &#8216; &#8216; and you&#8217;ll<br />
print a blank space on the back &#8211; which will not affect the printing of the Ts and Cs</p>
<p>A          R BACKFMT<br />
A                                 1  1   &#8216;XXX&#8217;</p>
<p>When xxxxxxxx is the condition you&#8217;re testing for<br />
C        if xxxxxxxxxx<br />
C        WRITE BACKFMT<br />
C        WRITE HEADER<br />
C      endif</p>
<p>If you view the spool file it will count 6 pages.<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ljansen</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-back-overlay-in-as400/#comment-56061</link>
		<dc:creator>ljansen</dc:creator>
		<pubDate>Tue, 02 Sep 2008 12:17:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-56061</guid>
		<description><![CDATA[Hello all, I think the issue may be with the duplexing.  If the program is not printing any data on the back side, I don&#039;t think you need to specify duplexing.  Try it with DUPLEX(*NO).]]></description>
		<content:encoded><![CDATA[<p>Hello all, I think the issue may be with the duplexing.  If the program is not printing any data on the back side, I don&#8217;t think you need to specify duplexing.  Try it with DUPLEX(*NO).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankal</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-back-overlay-in-as400/#comment-56047</link>
		<dc:creator>sankal</dc:creator>
		<pubDate>Mon, 01 Sep 2008 05:08:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-56047</guid>
		<description><![CDATA[Hi Phil,

I am totally confused about this back overlay. 
Like I said before I have variable PO data that is being printed with the front overlay file containing the company logo. My back overlay file has the PO terms. 

The front overlay is being printed properly with the variable data. But now I want the back overlay file with PO terms to be printed on the back of the same page. How do I make the printer do it.

My printer file is compiled as  DEVTYP= *AFPDS,  DUPLEX=*YES,  FRONTOVL (FRTONE), BACKOVL(BACKONE) , CONSTANTBACK =*NOCONSTANT

Tried to print with *CONSTANT also but did not achieve the desired results.
All I need to know is how is the DDS for printer file defined. i.e do I need to specify SKIPB or SKIPA anywhere in the record format.

Please give me a small example of DDS with entire code and RPG sample code and the way the PO will be printed with this sample code. 

Now lets say my PO details have in all 3 pages. All these three pages should get printed with the company logo in front and the PO terms and conditions defined in the back overlay file to be printed on the back of these 3 pages. So in total the number of pages should remain as three only without any one actually doing the form feed or adjusting the page manually.

Thanks a lot in advance,
Sankal]]></description>
		<content:encoded><![CDATA[<p>Hi Phil,</p>
<p>I am totally confused about this back overlay.<br />
Like I said before I have variable PO data that is being printed with the front overlay file containing the company logo. My back overlay file has the PO terms. </p>
<p>The front overlay is being printed properly with the variable data. But now I want the back overlay file with PO terms to be printed on the back of the same page. How do I make the printer do it.</p>
<p>My printer file is compiled as  DEVTYP= *AFPDS,  DUPLEX=*YES,  FRONTOVL (FRTONE), BACKOVL(BACKONE) , CONSTANTBACK =*NOCONSTANT</p>
<p>Tried to print with *CONSTANT also but did not achieve the desired results.<br />
All I need to know is how is the DDS for printer file defined. i.e do I need to specify SKIPB or SKIPA anywhere in the record format.</p>
<p>Please give me a small example of DDS with entire code and RPG sample code and the way the PO will be printed with this sample code. </p>
<p>Now lets say my PO details have in all 3 pages. All these three pages should get printed with the company logo in front and the PO terms and conditions defined in the back overlay file to be printed on the back of these 3 pages. So in total the number of pages should remain as three only without any one actually doing the form feed or adjusting the page manually.</p>
<p>Thanks a lot in advance,<br />
Sankal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-back-overlay-in-as400/#comment-56032</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Fri, 29 Aug 2008 17:58:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-56032</guid>
		<description><![CDATA[My experience is that you actually have to print something on the back page.  A blank space for instance.
Your print file is set to DUPLEX(*YES)?]]></description>
		<content:encoded><![CDATA[<p>My experience is that you actually have to print something on the back page.  A blank space for instance.<br />
Your print file is set to DUPLEX(*YES)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sankal</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-back-overlay-in-as400/#comment-56004</link>
		<dc:creator>sankal</dc:creator>
		<pubDate>Fri, 29 Aug 2008 08:20:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-56004</guid>
		<description><![CDATA[Hi Martin,

Thanks for the reply, as per your suggession I did try with *NOCONSTANT. But with this it does not print the back overlay at all. 

Do you have any other suggession.]]></description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>Thanks for the reply, as per your suggession I did try with *NOCONSTANT. But with this it does not print the back overlay at all. </p>
<p>Do you have any other suggession.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.054 seconds using memcached
Object Caching 353/354 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 00:07:18 -->