 




<?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: Device Printers</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/device-printers/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/device-printers/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:10:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: woodengineer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/device-printers/#comment-53223</link>
		<dc:creator>woodengineer</dc:creator>
		<pubDate>Thu, 15 May 2008 16:05:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-53223</guid>
		<description><![CDATA[Asking the user to remember system printer names can be a challenge.  We wrote a command using the special value feature which allows the user to enter &quot;AcctPrinter&quot;, &quot;Marys Prt&quot;, etc.  The replacement value sends the system name to the command processing program.  The system allows 300 replacement values to be coded for a command parm which is probably enough for most.]]></description>
		<content:encoded><![CDATA[<p>Asking the user to remember system printer names can be a challenge.  We wrote a command using the special value feature which allows the user to enter &#8220;AcctPrinter&#8221;, &#8220;Marys Prt&#8221;, etc.  The replacement value sends the system name to the command processing program.  The system allows 300 replacement values to be coded for a command parm which is probably enough for most.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvarb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/device-printers/#comment-53207</link>
		<dc:creator>silvarb</dc:creator>
		<pubDate>Thu, 15 May 2008 00:57:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-53207</guid>
		<description><![CDATA[Below, the CL (not works)

 PGM        PARM(&amp;DEV)                                    
 DCL        VAR(&amp;DEV) TYPE(*CHAR) LEN(10)                 
 DCL        VAR(&amp;MESAGE) TYPE(*CHAR) LEN(80)              
 CHKOBJ     OBJ(QSYS/&amp;DEV) OBJTYPE(*DEVD)                 
 MONMSG     MSGID(CPF9801) EXEC(DO)                       
 CHGVAR     VAR(&amp;MESAGE) VALUE(&#039;Impressora &#039; *CAT &amp;DEV +  
              *BCAT &#039;Nao existe, Confirme o nome da +     
              Impressora&#039;)                                
 GOTO       CMDLBL(END)                                   
 ENDDO                                                    
 WRKCFGSTS  CFGTYPE(*DEV) CFGD(&amp;DEV)                      
 GOTO       CMDLBL(END)                                   
 END:      ENDPGM]]></description>
		<content:encoded><![CDATA[<p>Below, the CL (not works)</p>
<p> PGM        PARM(&amp;DEV)<br />
 DCL        VAR(&amp;DEV) TYPE(*CHAR) LEN(10)<br />
 DCL        VAR(&amp;MESAGE) TYPE(*CHAR) LEN(80)<br />
 CHKOBJ     OBJ(QSYS/&amp;DEV) OBJTYPE(*DEVD)<br />
 MONMSG     MSGID(CPF9801) EXEC(DO)<br />
 CHGVAR     VAR(&amp;MESAGE) VALUE(&#8216;Impressora &#8216; *CAT &amp;DEV +<br />
              *BCAT &#8216;Nao existe, Confirme o nome da +<br />
              Impressora&#8217;)<br />
 GOTO       CMDLBL(END)<br />
 ENDDO<br />
 WRKCFGSTS  CFGTYPE(*DEV) CFGD(&amp;DEV)<br />
 GOTO       CMDLBL(END)<br />
 END:      ENDPGM</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/9 queries in 0.040 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 15:00:03 -->