<?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: How to get different font sizes to print on an iSeries report</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-different-font-sizes-to-print-on-an-iseries-report/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-different-font-sizes-to-print-on-an-iseries-report/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 06:50:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-different-font-sizes-to-print-on-an-iseries-report/#comment-87735</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Tue, 08 Feb 2011 17:02:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-87735</guid>
		<description><![CDATA[For many years we have used printers attached via TCP/IP which only have an output queue description and no device description.  Most printer are HP laser jets.
Host Print Transform is *YES, device type is *SCS.
We do not use a workstation customizing object that references fonts. It is all quite vanilla.  This setup handles various fonts, including MICR for check printing.

I do not believe you need to get as complicated as one answer suggests.]]></description>
		<content:encoded><![CDATA[<p>For many years we have used printers attached via TCP/IP which only have an output queue description and no device description.  Most printer are HP laser jets.<br />
Host Print Transform is *YES, device type is *SCS.<br />
We do not use a workstation customizing object that references fonts. It is all quite vanilla.  This setup handles various fonts, including MICR for check printing.</p>
<p>I do not believe you need to get as complicated as one answer suggests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soclose</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-different-font-sizes-to-print-on-an-iseries-report/#comment-87716</link>
		<dc:creator>soclose</dc:creator>
		<pubDate>Tue, 08 Feb 2011 09:24:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-87716</guid>
		<description><![CDATA[Please provide more information what you are doing and the printer you want to use. Aren&#039;t you using HPT on the iSeries for printing on your laser printer?  If YES, what is the printer device description?  To use different fonts you need to specify individual font entries in the customized WSCST.  Also, the printer file has to be *AFPDS.
And please avoid automatic COR by defining the correct paper size.  No matter which font you use in de DDS, the paper size is determined by the LPI * LINES (length) and CPI * CHARACTERS (width) of the PRTF. Assuming you use *ROWCOL for the measurement method . This reflects the spacing as well.]]></description>
		<content:encoded><![CDATA[<p>Please provide more information what you are doing and the printer you want to use. Aren&#8217;t you using HPT on the iSeries for printing on your laser printer?  If YES, what is the printer device description?  To use different fonts you need to specify individual font entries in the customized WSCST.  Also, the printer file has to be *AFPDS.<br />
And please avoid automatic COR by defining the correct paper size.  No matter which font you use in de DDS, the paper size is determined by the LPI * LINES (length) and CPI * CHARACTERS (width) of the PRTF. Assuming you use *ROWCOL for the measurement method . This reflects the spacing as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pgmbob</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-different-font-sizes-to-print-on-an-iseries-report/#comment-87595</link>
		<dc:creator>pgmbob</dc:creator>
		<pubDate>Sat, 05 Feb 2011 04:20:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-87595</guid>
		<description><![CDATA[A warning message is issued at create-time if a FONT DDS keyword is specified in a file created with DEVTYPE(*IPDS) and FONT(*DEVD). For SCS printer files, the FONT keyword is ignored when the record or field is printed. For IPDS printers, the FONT keyword can be changed at the record or field level. Use CRTPRTF with DEVTYPE(*IPDS) or *AFPDS]]></description>
		<content:encoded><![CDATA[<p>A warning message is issued at create-time if a FONT DDS keyword is specified in a file created with DEVTYPE(*IPDS) and FONT(*DEVD). For SCS printer files, the FONT keyword is ignored when the record or field is printed. For IPDS printers, the FONT keyword can be changed at the record or field level. Use CRTPRTF with DEVTYPE(*IPDS) or *AFPDS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-different-font-sizes-to-print-on-an-iseries-report/#comment-87554</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Fri, 04 Feb 2011 16:50:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-87554</guid>
		<description><![CDATA[Here is an example that is working for us.
&lt;pre&gt;
A          R HEAD01A                                                 
 *                                                                   
A*           $CONAM        32A     1  1                              
A            $DIVSN        32A     4  1FONT(761 (*POINTSIZE 12) )    
 *                                                                   
A  86                              2 34&#039;* CANCELLED ORDER *&#039;         
A                                       HIGHLIGHT                    
A  87                              2 34&#039;*  HISTORY ORDER  *&#039;         
A                                       HIGHLIGHT                    
                                                                     
A  42                              1 48&#039;Fax Date:&#039;                   
A  42        UDATE          6S 0   1 58EDTCDE(Y)                     
A  42                              1 68&#039;Fax Time:&#039;                   
A  42        TIMEX          6S 0   1 78EDTWRD(&#039; 0:  :  &#039;)            
 *                                                                   
A            $ADR1         55A     5  1FONT(1051 (*POINTSIZE 10) )   
                                                                     
A            $ADR2         55A     6  1FONT(1051 (*POINTSIZE 10) )   &lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Here is an example that is working for us.</p>
<pre>
A          R HEAD01A                                                 
 *                                                                   
A*           $CONAM        32A     1  1                              
A            $DIVSN        32A     4  1FONT(761 (*POINTSIZE 12) )    
 *                                                                   
A  86                              2 34'* CANCELLED ORDER *'         
A                                       HIGHLIGHT                    
A  87                              2 34'*  HISTORY ORDER  *'         
A                                       HIGHLIGHT                    
                                                                     
A  42                              1 48'Fax Date:'                   
A  42        UDATE          6S 0   1 58EDTCDE(Y)                     
A  42                              1 68'Fax Time:'                   
A  42        TIMEX          6S 0   1 78EDTWRD(' 0:  :  ')            
 *                                                                   
A            $ADR1         55A     5  1FONT(1051 (*POINTSIZE 10) )   
                                                                     
A            $ADR2         55A     6  1FONT(1051 (*POINTSIZE 10) )   </pre>
]]></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/8 queries in 0.034 seconds using memcached
Object Caching 311/312 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-18 07:17:43 -->