 




<?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: CL Back up job failing</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/cl-back-up-job-failing/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-back-up-job-failing/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 17:47:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: guy553</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-back-up-job-failing/#comment-98501</link>
		<dc:creator>guy553</dc:creator>
		<pubDate>Tue, 01 Nov 2011 09:36:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-98501</guid>
		<description><![CDATA[Excellent, thanks for all your help !! I expect you&#039;ll see me back quite often now. 

Right where is that programmer of mine hiding, Singapore is not far enough away.

Thanks everyone.]]></description>
		<content:encoded><![CDATA[<p>Excellent, thanks for all your help !! I expect you&#8217;ll see me back quite often now. </p>
<p>Right where is that programmer of mine hiding, Singapore is not far enough away.</p>
<p>Thanks everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-back-up-job-failing/#comment-98490</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Mon, 31 Oct 2011 20:15:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-98490</guid>
		<description><![CDATA[To answer your 2nd question.
Since this is all in one CL program, the 2nd SAVLIB will not start to execute until the 1st one is completed. There is no need to do anything with allocation of the tape drive in between the two SAVLIB commands snce this job has it allocated until it finishes or does the DLCOBJ.]]></description>
		<content:encoded><![CDATA[<p>To answer your 2nd question.<br />
Since this is all in one CL program, the 2nd SAVLIB will not start to execute until the 1st one is completed. There is no need to do anything with allocation of the tape drive in between the two SAVLIB commands snce this job has it allocated until it finishes or does the DLCOBJ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-back-up-job-failing/#comment-98485</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 31 Oct 2011 19:19:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-98485</guid>
		<description><![CDATA[&lt;i&gt;Sorry for needing an idiots guide but I just don’t know&lt;/i&gt;

Every one of us started at some point. Wait until you do something &lt;b&gt;really&lt;/b&gt; dumb. You&#039;ll know it when it happens, and you won&#039;t be posting about it in an on-line forum. You&#039;ll just let it fade quietly in your distant memories. (There is no point in asking how I know that.)

Until then, forums are where basic questions get answered.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>Sorry for needing an idiots guide but I just don’t know</i></p>
<p>Every one of us started at some point. Wait until you do something <b>really</b> dumb. You&#8217;ll know it when it happens, and you won&#8217;t be posting about it in an on-line forum. You&#8217;ll just let it fade quietly in your distant memories. (There is no point in asking how I know that.)</p>
<p>Until then, forums are where basic questions get answered.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy553</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-back-up-job-failing/#comment-98456</link>
		<dc:creator>guy553</dc:creator>
		<pubDate>Mon, 31 Oct 2011 10:09:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-98456</guid>
		<description><![CDATA[OK so just so I have this right, with the additional loop in as described, the program will insure it have the tape drive and keep it until the program is finished. So when the first SAVLIB command is executed it will be able to access the tape drive and save the library. My question is, does the second SAVLIB wait until the first SAVLIB to complete before executing or does it try and allocate the tape drive while it is still in use with the first SAVLIB.

Sorry for needing an idiots guide but I just don&#039;t know and apparently there are no stupid questions. I just need my backups working.

Guy]]></description>
		<content:encoded><![CDATA[<p>OK so just so I have this right, with the additional loop in as described, the program will insure it have the tape drive and keep it until the program is finished. So when the first SAVLIB command is executed it will be able to access the tape drive and save the library. My question is, does the second SAVLIB wait until the first SAVLIB to complete before executing or does it try and allocate the tape drive while it is still in use with the first SAVLIB.</p>
<p>Sorry for needing an idiots guide but I just don&#8217;t know and apparently there are no stupid questions. I just need my backups working.</p>
<p>Guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-back-up-job-failing/#comment-98403</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sat, 29 Oct 2011 01:27:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-98403</guid>
		<description><![CDATA[One minor programming note -- line 3400 was never going to do anything.

The MONMSG at 2800 occurs in the source before the executable statements. It becomes a &#039;global MONMSG&#039; that will apply to every executable statement in the program.

The MONMSG at 3400 was down in the executable area, so it becomes associated with whatever executable command preceded it. In this case, that was a CHGVAR; and a CHGVAR shouldn&#039;t ever run into a CPF1002 exception.

But note that CharlieBrowne&#039;s code also uses MONMSG and checks for CPF1002. The extended help for the ALCOBJ command shows that CPF1002 is a potential exception from ALCOBJ.

Tom]]></description>
		<content:encoded><![CDATA[<p>One minor programming note &#8212; line 3400 was never going to do anything.</p>
<p>The MONMSG at 2800 occurs in the source before the executable statements. It becomes a &#8216;global MONMSG&#8217; that will apply to every executable statement in the program.</p>
<p>The MONMSG at 3400 was down in the executable area, so it becomes associated with whatever executable command preceded it. In this case, that was a CHGVAR; and a CHGVAR shouldn&#8217;t ever run into a CPF1002 exception.</p>
<p>But note that CharlieBrowne&#8217;s code also uses MONMSG and checks for CPF1002. The extended help for the ALCOBJ command shows that CPF1002 is a potential exception from ALCOBJ.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charliebrowne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-back-up-job-failing/#comment-98381</link>
		<dc:creator>charliebrowne</dc:creator>
		<pubDate>Fri, 28 Oct 2011 18:30:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-98381</guid>
		<description><![CDATA[The code allocates the tape before the 1st save starts and then keeps it allocated until the last save is done.]]></description>
		<content:encoded><![CDATA[<p>The code allocates the tape before the 1st save starts and then keeps it allocated until the last save is done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guy553</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-back-up-job-failing/#comment-98379</link>
		<dc:creator>guy553</dc:creator>
		<pubDate>Fri, 28 Oct 2011 17:44:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-98379</guid>
		<description><![CDATA[I&#039;m guessing this will make sure tape is ready for the first save but won&#039;t the second find the tape in use?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing this will make sure tape is ready for the first save but won&#8217;t the second find the tape in use?</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/8 queries in 0.013 seconds using memcached
Object Caching 353/354 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 18:07:14 -->