 




<?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: CPF3309 error message</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 00:24:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: June 19, 2012 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/#comment-108635</link>
		<dc:creator>The Most-Watched IT Questions: June 19, 2012 - ITKE Community Blog</dc:creator>
		<pubDate>Wed, 20 Jun 2012 12:15:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-108635</guid>
		<description><![CDATA[[...] 4. The four horsemen of Splat, TomLiotta, CharlieBrowne and ToddN2000 show Assa how to solve the CPF3309 error message. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 4. The four horsemen of Splat, TomLiotta, CharlieBrowne and ToddN2000 show Assa how to solve the CPF3309 error message. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/#comment-108086</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Wed, 06 Jun 2012 14:42:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-108086</guid>
		<description><![CDATA[Assa, look at the message CPF3309; the second-level text explains what is  meant:

&lt;i&gt;All files named &amp;1 for job &amp;5/&amp;4/&amp;3 were removed from the system after being either produced by a writer or cleared from an output queue or deleted.&lt;/i&gt;]]></description>
		<content:encoded><![CDATA[<p>Assa, look at the message CPF3309; the second-level text explains what is  meant:</p>
<p><i>All files named &amp;1 for job &amp;5/&amp;4/&amp;3 were removed from the system after being either produced by a writer or cleared from an output queue or deleted.</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: assa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/#comment-108075</link>
		<dc:creator>assa</dc:creator>
		<pubDate>Wed, 06 Jun 2012 08:57:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-108075</guid>
		<description><![CDATA[&quot;If you get CPF3309, it means that the file was generated, but it’s gone from the job. If you get CPF3303, it means it was never created in that job.



Could You  Please explain more on what is mean by   &quot;the Spool file gone from the job&quot;?]]></description>
		<content:encoded><![CDATA[<p>&#8220;If you get CPF3309, it means that the file was generated, but it’s gone from the job. If you get CPF3303, it means it was never created in that job.</p>
<p>Could You  Please explain more on what is mean by   &#8220;the Spool file gone from the job&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: assa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/#comment-108074</link>
		<dc:creator>assa</dc:creator>
		<pubDate>Wed, 06 Jun 2012 08:43:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-108074</guid>
		<description><![CDATA[Thanks for all your suggestions and solutions.It helped me a lot .]]></description>
		<content:encoded><![CDATA[<p>Thanks for all your suggestions and solutions.It helped me a lot .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toddn2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/#comment-108044</link>
		<dc:creator>toddn2000</dc:creator>
		<pubDate>Tue, 05 Jun 2012 14:39:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-108044</guid>
		<description><![CDATA[If you cannot see your spoolfile when you try to copy here is another option.
Add an OVRSPLF command like this.
OVRPRTF    FILE(QSYSPRT) OUTQ(MYOUTQ) COPIES(1)  HOLD(*YES) SAVE(*YES)              so it does not go automaticaly to an OUTQ.

Then you can see if it is blank or not.

Once you know if your program is producing output correctly then you can remove the OVRPRTF]]></description>
		<content:encoded><![CDATA[<p>If you cannot see your spoolfile when you try to copy here is another option.<br />
Add an OVRSPLF command like this.<br />
OVRPRTF    FILE(QSYSPRT) OUTQ(MYOUTQ) COPIES(1)  HOLD(*YES) SAVE(*YES)              so it does not go automaticaly to an OUTQ.</p>
<p>Then you can see if it is blank or not.</p>
<p>Once you know if your program is producing output correctly then you can remove the OVRPRTF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/#comment-108031</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 05 Jun 2012 00:53:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-108031</guid>
		<description><![CDATA[&lt;i&gt;I am not sure ,how to find out whether the spool file was existing or not ,during the CPYSPLF command.&lt;/i&gt;

Code a MONMSG CPF3309  EXEC(DO) after the CPYSPLF command. That will tell you. (Assuming that you code something into the DO-group that outputs the condition.)

&lt;i&gt;I do not find spool file in the system .I am not sure , whether it was not generated or or its gone .&lt;/i&gt;

If you get CPF3309, it means that the file was generated, but it&#039;s gone from the job. If you get CPF3303, it means it was never created in that job.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>I am not sure ,how to find out whether the spool file was existing or not ,during the CPYSPLF command.</i></p>
<p>Code a MONMSG CPF3309  EXEC(DO) after the CPYSPLF command. That will tell you. (Assuming that you code something into the DO-group that outputs the condition.)</p>
<p><i>I do not find spool file in the system .I am not sure , whether it was not generated or or its gone .</i></p>
<p>If you get CPF3309, it means that the file was generated, but it&#8217;s gone from the job. If you get CPF3303, it means it was never created in that job.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: assa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/#comment-108021</link>
		<dc:creator>assa</dc:creator>
		<pubDate>Mon, 04 Jun 2012 13:03:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-108021</guid>
		<description><![CDATA[Thanks.

Even If I get Empty Spool File , will this error CPF3309 occurs? giving the error &quot; No File named &amp;1 are active&quot;?]]></description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>Even If I get Empty Spool File , will this error CPF3309 occurs? giving the error &#8221; No File named &amp;1 are active&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: assa</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/#comment-108019</link>
		<dc:creator>assa</dc:creator>
		<pubDate>Mon, 04 Jun 2012 09:53:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-108019</guid>
		<description><![CDATA[Thank You Very much .
I am not sure ,how to find out whether the spool file was existing or not ,during the CPYSPLF command.

Before my CPYSPLF line in the program got executed , they call a program which writes records into my printer file.So my assumtion is , at the end of that called program , spool files would have got generated.After that when they do CPYSPLF in th calling program, I should not have any problem ,but  , I do not know how the above mentioned error is occured.

JOB DETAILS: it is an Interactive Job .I  do not find spool file in the system .I am not sure , whether it was not generated or or its gone .]]></description>
		<content:encoded><![CDATA[<p>Thank You Very much .<br />
I am not sure ,how to find out whether the spool file was existing or not ,during the CPYSPLF command.</p>
<p>Before my CPYSPLF line in the program got executed , they call a program which writes records into my printer file.So my assumtion is , at the end of that called program , spool files would have got generated.After that when they do CPYSPLF in th calling program, I should not have any problem ,but  , I do not know how the above mentioned error is occured.</p>
<p>JOB DETAILS: it is an Interactive Job .I  do not find spool file in the system .I am not sure , whether it was not generated or or its gone .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cpf3309/#comment-107974</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sat, 02 Jun 2012 07:30:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-107974</guid>
		<description><![CDATA[&lt;i&gt;...advice solution for the same ...&lt;/i&gt;

The only advice is to run CPYSPLF before the file prints or before it&#039;s otherwise deleted from the job. You can&#039;t copy a spooled file after it&#039;s gone.

If you can show that the message is sent while the file is still available, please also show the job details including the spooled file status.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>&#8230;advice solution for the same &#8230;</i></p>
<p>The only advice is to run CPYSPLF before the file prints or before it&#8217;s otherwise deleted from the job. You can&#8217;t copy a spooled file after it&#8217;s gone.</p>
<p>If you can show that the message is sent while the file is still available, please also show the job details including the spooled file status.</p>
<p>Tom</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.012 seconds using memcached
Object Caching 380/383 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 03:06:20 -->