 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; CPF errors</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/cpf-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>CPF4169 error appeared during OPEN for screen file</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf4169-error-appeared-during-open-for-screen-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cpf4169-error-appeared-during-open-for-screen-file/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 18:41:24 +0000</pubDate>
		<dc:creator>sewell</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[CPF errors]]></category>
		<category><![CDATA[CPF4169]]></category>
		<category><![CDATA[IBMi]]></category>
		<category><![CDATA[ILE]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[Rpgle - display file]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/cpf4169-error-appeared-during-open-for-screen-file/</guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cpf4169-error-appeared-during-open-for-screen-file/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>CPF Errors</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cpf/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 04:22:50 +0000</pubDate>
		<dc:creator>Renjithgr</dc:creator>
				<category><![CDATA[CPF errors]]></category>
		<category><![CDATA[CPF0000]]></category>
		<category><![CDATA[CPF9999]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by Serena3]]></description>
				<content:encoded><![CDATA[Question Edited by Serena3]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cpf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monitoring message CPF3390</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/monitoring-message-cpf3390/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/monitoring-message-cpf3390/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 00:50:37 +0000</pubDate>
		<dc:creator>PutzGrilla</dc:creator>
				<category><![CDATA[CPF errors]]></category>
		<category><![CDATA[OS/400]]></category>
		<category><![CDATA[STRPRTWTR]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi friends, please How can I check when the message CPF3390 appears and I run the command STRPRTWTR , I have 2 CL´s : 1º              PGM                                                          CHGMSGQ    MSGQ(QUSRSYS/CHK_PRT) DLVRY(*BREAK) +                           PGM(TEST/PRT_GET *ALWRPY)          LOOP:       DLYJOB     DLY(60)                                           GOTO       CMDLBL(LOOP)                                      ENDPGM           2º             PGM        PARM(&#038;JOBNUM &#038;JOBNAME &#038;JOBDEV)                                                                                                   DCL        VAR(&#038;MSGID) TYPE(*CHAR) LEN(7)                             DCL        [...]]]></description>
				<content:encoded><![CDATA[<p>Hi friends, please How can I check when the message CPF3390 appears and I run the command STRPRTWTR , I have 2 CL´s :<br/><br/> 1º<br/><br/>              PGM                                                          CHGMSGQ    MSGQ(QUSRSYS/CHK_PRT) DLVRY(*BREAK) +                           PGM(TEST/PRT_GET *ALWRPY)          LOOP:       DLYJOB     DLY(60)                                           GOTO       CMDLBL(LOOP)                                      ENDPGM          <br/><br/> 2º<br/><br/>             PGM        PARM(&#038;JOBNUM &#038;JOBNAME &#038;JOBDEV)                                                                                                   DCL        VAR(&#038;MSGID) TYPE(*CHAR) LEN(7)                             DCL        VAR(&#038;MSGDTA) TYPE(*CHAR) LEN(200)                          DCL        VAR(&#038;MSG) TYPE(*CHAR) LEN(75)                              DCL        VAR(&#038;JOBNUM) TYPE(*CHAR) LEN(10)                           DCL        VAR(&#038;JOBNAME) TYPE(*CHAR) LEN(10)                          DCL        VAR(&#038;JOBDEV) TYPE(*CHAR) LEN(10)                                                                                                 CHGVAR     VAR(%SST(&#038;MSGDTA 1 6)) VALUE(&#038;JOBNUM)                      CHGVAR     VAR(%SST(&#038;MSGDTA 34 10)) VALUE(&#038;JOBNAME)                   CHGVAR     VAR(%SST(&#038;MSGDTA 67 10)) VALUE(&#038;JOBDEV)                                                                              LOOP:       CHGVAR     VAR(&#038;MSGID) VALUE(&#8216;       &#8216;)                               RCVMSG     MSGQ(QUSRSYS/PRT_CHK) MSGTYPE(*ANY) WAIT(0) +                           RMV(*NO) MSG(&#038;MSG) MSGDTA(&#038;MSGDTA) +                                  MSGID(&#038;MSGID)                                                                                                                  IF         COND(&#038;MSGID = &#8216;CPF3390&#8242;) THEN(GOTO +           <br/><br/>                          CMDLBL(STARTPRT))                                                                                                  STARTPRT:   STRPRTWTR  DEV(&#038;JOBDEV) <br/><br/>              MONMSG     MSGID(CPF0000)                                             GOTO       CMDLBL(END)                                    END:        ENDPGM                                                   <br/><br/> 3º Result from job started<br/><br/>   1500 &#8211; RCVMSG MSGQ(QUSRSYS/PRT_CHK) MSGTYPE(*ANY) WAIT(0) RMV(*NO)   MSG(&#038;MSG) MSGDTA(&#038;MSGDTA) MSGID(&#038;MSGID)                              2200 &#8211; STRPRTWTR DEV(X&#8217;000015E0000000000000&#8242;) MSGQ(*REQUESTER)       AUTOEND(*YES) ALIGN(*FILE)                                         Value &#8216;���������&#8217; for parameter DEV not a valid name.               Error found on STRPRTWTR command.                                    <br/><br/> Thanks.<br/><br/>                                 <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/monitoring-message-cpf3390/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>CPYSPLF To database fails with message CPF3468</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpysplf-to-database-fails-with-message-cpf3468/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cpysplf-to-database-fails-with-message-cpf3468/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 00:42:25 +0000</pubDate>
		<dc:creator>glad</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 errors]]></category>
		<category><![CDATA[CPF errors]]></category>
		<category><![CDATA[CPYSPLF]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello there: I&#8217;m having problems at work for the last couple days. I submitted a job that wakes up when the Dataque retrieves an incoming spool file (invoice). Right after Cpysplf is executed by QCMDEXC, I received message Id CPF3468. I would love to hear any suggestions. Thank you very much]]></description>
				<content:encoded><![CDATA[<p>Hello there:<br />
I&#8217;m having problems at work for the last couple days.<br />
I submitted a job that wakes up when the Dataque retrieves an incoming spool file (invoice). Right after Cpysplf is executed by QCMDEXC, I received message Id CPF3468. I would love to hear any suggestions.<br />
Thank you very much</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cpysplf-to-database-fails-with-message-cpf3468/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Why doesn&#8217;t the substring of a large field in CLLE program work correctly?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-doesnt-the-substring-of-a-large-field-in-clle-program-work-correctly/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/why-doesnt-the-substring-of-a-large-field-in-clle-program-work-correctly/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 20:43:09 +0000</pubDate>
		<dc:creator>Rick53</dc:creator>
				<category><![CDATA[CLLE]]></category>
		<category><![CDATA[CPF errors]]></category>
		<category><![CDATA[Substring]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a CLLE program in which I pass two parameters, the first is a one character field, the second is a 600 character field. When run, the parameters come in correctly. But when I substring the second parameter into 40 fifteen character pieces it gives me a CPF0804 error half way through the string. [...]]]></description>
				<content:encoded><![CDATA[<p>I have a CLLE program in which I pass two parameters, the first is a one character field, the second is a 600 character field. When run, the parameters come in correctly. But when I substring the second parameter into 40 fifteen character pieces it gives me a CPF0804 error half way through the string. I got around this problem by defining another field as 1200 characters and setting the value the same as the 600 character field. Then I use half of the 2400 character field in the substring to get my 40 values. Why does this not work correctly &#8211; or is my solution the only way out?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/why-doesnt-the-substring-of-a-large-field-in-clle-program-work-correctly/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AS/400 Display program error</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/display-program-error-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/display-program-error-2/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:37:14 +0000</pubDate>
		<dc:creator>Hall</dc:creator>
				<category><![CDATA[AS/400 Display File]]></category>
		<category><![CDATA[AS/400 error messages]]></category>
		<category><![CDATA[CPF errors]]></category>
		<category><![CDATA[CPF4131]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I guess I should have been more specific. How can I tell if a user had an interactive display program message when they do not tell you? For example, they received a CPF4131 and just put &#8220;C&#8217;s&#8221; through the entire message.]]></description>
				<content:encoded><![CDATA[<p>I guess I should have been more specific.  How can I tell if a user had an interactive display program message when they do not tell you?  For example, they received a CPF4131 and just put &#8220;C&#8217;s&#8221; through the entire message.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/display-program-error-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CPF1124 and CPF1164</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf1124-and-cpf1164/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cpf1124-and-cpf1164/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 18:01:45 +0000</pubDate>
		<dc:creator>RBDSILVA</dc:creator>
				<category><![CDATA[AS/400 backup]]></category>
		<category><![CDATA[CPF errors]]></category>
		<category><![CDATA[CPF1124]]></category>
		<category><![CDATA[CPF1164]]></category>
		<category><![CDATA[QBATCH]]></category>
		<category><![CDATA[QSYS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi friends, hapy new Year for all my friends on this forum. I have a JOB, this job run everyday at 02:00am. How can I send a e-mail to a person when this job receive this messages with all severity codes: Message ID . . . . . . : CPF1124 Severity . . . [...]]]></description>
				<content:encoded><![CDATA[<p>Hi friends, hapy new Year for all my friends on this forum.</p>
<p>I have a JOB, this job run everyday at 02:00am.</p>
<p>How can I send a e-mail to a person when this job receive this messages with all severity codes:</p>
<p> Message ID . . . . . . :   CPF1124       Severity . . . . . . . :   00<br />
 Message type . . . . . :   Information<br />
 Date sent  . . . . . . :   31/12/08      Time sent  . . . . . . :   02:00:00 </p>
<p> Message . . . . :   Job 852296/WILLIAM/BCKDIARIO started on 31/12/08 at<br />
   02:00:00 in subsystem QBATCH in QSYS. Job entered system on 31/12/08 at<br />
   02:00:00.<br />
and this message to:</p>
<p>                         Additional Message Information                         </p>
<p> Message ID . . . . . . :   CPF1124       Severity . . . . . . . :   00<br />
 Message type . . . . . :   Information<br />
 Date sent  . . . . . . :   31/12/08      Time sent  . . . . . . :   02:00:00   </p>
<p> Message . . . . :   Job 852296/WILLIAM/BCKDIARIO started on 31/12/08 at<br />
   02:00:00 in subsystem QBATCH in QSYS. Job entered system on 31/12/08 at<br />
   02:00:00.                                                                    </p>
<p>Thanks.<br />
Roberto</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cpf1124-and-cpf1164/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPF1236</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf1236/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cpf1236/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 13:24:13 +0000</pubDate>
		<dc:creator>Doe Reeves</dc:creator>
				<category><![CDATA[CL]]></category>
		<category><![CDATA[CL programs]]></category>
		<category><![CDATA[CPF errors]]></category>
		<category><![CDATA[CPF1236]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What would cause CPF1236 to be issued for an overnight job we submit via a CL program? CPF1236 is &#8220;Subsystem &#038;1 cannot start prestart job &#038;2.&#8221;]]></description>
				<content:encoded><![CDATA[<p>What would cause CPF1236 to be issued for an overnight job we submit via a CL program?<br />
CPF1236 is &#8220;Subsystem &#038;1 cannot start prestart job &#038;2.&#8221;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cpf1236/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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/20 queries in 0.029 seconds using memcached
Object Caching 790/863 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 05:49:34 -->