 




<?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: AS/400 Supress Form feed and Carriage return Characters for spool file</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-supress-form-feed-and-carriage-return-characters-for-spool-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-supress-form-feed-and-carriage-return-characters-for-spool-file/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 22:40:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-supress-form-feed-and-carriage-return-characters-for-spool-file/#comment-55562</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Thu, 07 Aug 2008 17:08:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-55562</guid>
		<description><![CDATA[One option is to copy the spool file to a DB2 file (CPYSPLF) with CTLCHAR(*NONE ). 
This will strip off the forms control character, leaving just the data in the report in your physical file.]]></description>
		<content:encoded><![CDATA[<p>One option is to copy the spool file to a DB2 file (CPYSPLF) with CTLCHAR(*NONE ).<br />
This will strip off the forms control character, leaving just the data in the report in your physical file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eamon60</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-supress-form-feed-and-carriage-return-characters-for-spool-file/#comment-55560</link>
		<dc:creator>eamon60</dc:creator>
		<pubDate>Thu, 07 Aug 2008 15:51:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-55560</guid>
		<description><![CDATA[Diac, thank for the feedback. We are coummunicating to the wintel sever through an outq pointing to to a network wintel server. Below is an example of the outq definition. I hope this helps clarify the problem.

Queue:   LATFAXSND      Library:   QUSRSYS              
                                                        
Status:                                                 
  Writer active  . . . . . . . . . . . :   Y            
  Writer name(s) if active . . . . . . :   LATFAXSND    
  Output queue held  . . . . . . . . . :   N            
Maximum spooled file size:                              
  Number of pages  . . . . . . . . . . :   *NONE        
  Starting time  . . . . . . . . . . . :                
  Ending time  . . . . . . . . . . . . :                
Writers to autostart . . . . . . . . . :   1            
Display any file . . . . . . . . . . . :   *YES         
Job separators . . . . . . . . . . . . :   0            
Operator controlled  . . . . . . . . . :   *YES         
Order of files on queue  . . . . . . . :   *FIFO        
Data queue . . . . . . . . . . . . . . :   *NONE        
  Library  . . . . . . . . . . . . . . :                
 Queue:   LATFAXSND      Library:   QUSRSYS                 
                                                            
 Authority to check . . . . . . . . . . :   *DTAAUT         
 Remote system  . . . . . . . . . . . . :   SSCCFAX         
                                                            
                                                            
                                                            
 Remote printer queue . . . . . . . . . :   LATFAXSND       
                                                            
                                                            
                                                            
 Queue for writer messages  . . . . . . :   QSYSOPR         
   Library  . . . . . . . . . . . . . . :     *LIBL         
 Connection type  . . . . . . . . . . . :   *IP             
 Destination type . . . . . . . . . . . :   *OTHER          
 Host print transform . . . . . . . . . :   *YES            
 Manufacturer type and model  . . . . . :   *WSCST        
   Workstation customizing object . . . . :   ESKERFAX                            
   Library  . . . . . . . . . . . . . . :     QGPL                              
 Image configuration  . . . . . . . . . :   *NONE                               
 Destination options  . . . . . . . . . :   *NONE                               
                                                                                
                                                                                
 Print separator page . . . . . . . . . :   *YES                                
 User defined option  . . . . . . . . . :   *NONE                               
 User defined object:                                                           
   Object . . . . . . . . . . . . . . . :   *NONE                               
     Library  . . . . . . . . . . . . . :                                       
   Object type  . . . . . . . . . . . . :                                       
 User driver program  . . . . . . . . . :   *NONE                               
   Library  . . . . . . . . . . . . . . :                                       
 Spooled file ASP . . . . . . . . . . . :   *SYSTEM                             
                                                                        More...]]></description>
		<content:encoded><![CDATA[<p>Diac, thank for the feedback. We are coummunicating to the wintel sever through an outq pointing to to a network wintel server. Below is an example of the outq definition. I hope this helps clarify the problem.</p>
<p>Queue:   LATFAXSND      Library:   QUSRSYS              </p>
<p>Status:<br />
  Writer active  . . . . . . . . . . . :   Y<br />
  Writer name(s) if active . . . . . . :   LATFAXSND<br />
  Output queue held  . . . . . . . . . :   N<br />
Maximum spooled file size:<br />
  Number of pages  . . . . . . . . . . :   *NONE<br />
  Starting time  . . . . . . . . . . . :<br />
  Ending time  . . . . . . . . . . . . :<br />
Writers to autostart . . . . . . . . . :   1<br />
Display any file . . . . . . . . . . . :   *YES<br />
Job separators . . . . . . . . . . . . :   0<br />
Operator controlled  . . . . . . . . . :   *YES<br />
Order of files on queue  . . . . . . . :   *FIFO<br />
Data queue . . . . . . . . . . . . . . :   *NONE<br />
  Library  . . . . . . . . . . . . . . :<br />
 Queue:   LATFAXSND      Library:   QUSRSYS                 </p>
<p> Authority to check . . . . . . . . . . :   *DTAAUT<br />
 Remote system  . . . . . . . . . . . . :   SSCCFAX         </p>
<p> Remote printer queue . . . . . . . . . :   LATFAXSND       </p>
<p> Queue for writer messages  . . . . . . :   QSYSOPR<br />
   Library  . . . . . . . . . . . . . . :     *LIBL<br />
 Connection type  . . . . . . . . . . . :   *IP<br />
 Destination type . . . . . . . . . . . :   *OTHER<br />
 Host print transform . . . . . . . . . :   *YES<br />
 Manufacturer type and model  . . . . . :   *WSCST<br />
   Workstation customizing object . . . . :   ESKERFAX<br />
   Library  . . . . . . . . . . . . . . :     QGPL<br />
 Image configuration  . . . . . . . . . :   *NONE<br />
 Destination options  . . . . . . . . . :   *NONE                               </p>
<p> Print separator page . . . . . . . . . :   *YES<br />
 User defined option  . . . . . . . . . :   *NONE<br />
 User defined object:<br />
   Object . . . . . . . . . . . . . . . :   *NONE<br />
     Library  . . . . . . . . . . . . . :<br />
   Object type  . . . . . . . . . . . . :<br />
 User driver program  . . . . . . . . . :   *NONE<br />
   Library  . . . . . . . . . . . . . . :<br />
 Spooled file ASP . . . . . . . . . . . :   *SYSTEM<br />
                                                                        More&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djac</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-supress-form-feed-and-carriage-return-characters-for-spool-file/#comment-55557</link>
		<dc:creator>djac</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:40:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-55557</guid>
		<description><![CDATA[It would be useful to know how you are &#039;sending&#039; the spool file to the Wintel system.

Please detail the steps involved.]]></description>
		<content:encoded><![CDATA[<p>It would be useful to know how you are &#8216;sending&#8217; the spool file to the Wintel system.</p>
<p>Please detail the steps involved.</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.038 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 22:50:40 -->