 




<?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: AS400 query print landscape/legal?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-query-print-landscapelegal/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-query-print-landscapelegal/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 17:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: kathyink</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-query-print-landscapelegal/#comment-104860</link>
		<dc:creator>kathyink</dc:creator>
		<pubDate>Thu, 15 Mar 2012 02:07:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-104860</guid>
		<description><![CDATA[If I had found this earlier I would not have dried up my &lt;a href=&quot;http://www.cartridgeshop.co.uk&quot;&gt;ink cartridges&lt;/a&gt; running test after test to try and do it right. Thank you for the information, you saved my day.]]></description>
		<content:encoded><![CDATA[<p>If I had found this earlier I would not have dried up my <a href="http://www.cartridgeshop.co.uk">ink cartridges</a> running test after test to try and do it right. Thank you for the information, you saved my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kasmcc</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-query-print-landscapelegal/#comment-68986</link>
		<dc:creator>kasmcc</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:24:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-68986</guid>
		<description><![CDATA[If I need to print a query on different size paper, I put the query into a CL program and include the page layout in the program

E.g.
PGM

&lt;pre&gt;/* MONITOR FOR ALL ERRORS */
             MONMSG     MSGID(CPF0000)

/* SUBMIT QRYS TO PRINT Plan Volume Report */
             OVRPRTF    FILE(QPQUPRFIL) PAGESIZE(70 150) CPI(13.3) +
                          OVRFLW(69) OUTQ(QUSRSYS/PRT01) FORMTYPE(*STD) +
                          HOLD(*NO) SAVE(*YES) USRDTA(AUTUMN)

             RUNQRY     QRY(QRYPROGS/DAY36A)

             DLTOVR     FILE(*ALL)

ENDPGM                     &lt;/pre&gt;
Hope this helps]]></description>
		<content:encoded><![CDATA[<p>If I need to print a query on different size paper, I put the query into a CL program and include the page layout in the program</p>
<p>E.g.<br />
PGM</p>
<pre>/* MONITOR FOR ALL ERRORS */
             MONMSG     MSGID(CPF0000)

/* SUBMIT QRYS TO PRINT Plan Volume Report */
             OVRPRTF    FILE(QPQUPRFIL) PAGESIZE(70 150) CPI(13.3) +
                          OVRFLW(69) OUTQ(QUSRSYS/PRT01) FORMTYPE(*STD) +
                          HOLD(*NO) SAVE(*YES) USRDTA(AUTUMN)

             RUNQRY     QRY(QRYPROGS/DAY36A)

             DLTOVR     FILE(*ALL)

ENDPGM                     </pre>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lilarose</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-query-print-landscapelegal/#comment-68377</link>
		<dc:creator>lilarose</dc:creator>
		<pubDate>Fri, 25 Sep 2009 14:47:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-68377</guid>
		<description><![CDATA[The runqry command has the same options as the Query itself, so there was no way to indicate legal size paper to print on.  I found a work-around by sending it to the spoolfile, and from there to set the drawer # on the printer.  That forced it to go to legal size paper when printing.  It&#039;s not pretty but it got the job done.
 Thanks for the help.]]></description>
		<content:encoded><![CDATA[<p>The runqry command has the same options as the Query itself, so there was no way to indicate legal size paper to print on.  I found a work-around by sending it to the spoolfile, and from there to set the drawer # on the printer.  That forced it to go to legal size paper when printing.  It&#8217;s not pretty but it got the job done.<br />
 Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-query-print-landscapelegal/#comment-68342</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:51:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-68342</guid>
		<description><![CDATA[If you are doing a RUNQRY command, you can prompt on that and set your Printer file specs]]></description>
		<content:encoded><![CDATA[<p>If you are doing a RUNQRY command, you can prompt on that and set your Printer file specs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lilarose</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-query-print-landscapelegal/#comment-68333</link>
		<dc:creator>lilarose</dc:creator>
		<pubDate>Thu, 24 Sep 2009 17:54:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-68333</guid>
		<description><![CDATA[Thanks, but the query is going to be run interactively over existing files, so I won&#039;t have any input into the file format the query runs over.  I did try the form size option, but it still wouldn&#039;t go landscape on legal.]]></description>
		<content:encoded><![CDATA[<p>Thanks, but the query is going to be run interactively over existing files, so I won&#8217;t have any input into the file format the query runs over.  I did try the form size option, but it still wouldn&#8217;t go landscape on legal.</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 3/10 queries in 0.034 seconds using memcached
Object Caching 323/329 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 17:47:19 -->