<?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: IBM MTM 2019: Part Two – Challenge #11</title>
	<atom:link href="https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/feed/" rel="self" type="application/rss+xml" />
	<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ibm-mtm-2019-part-two-challenge-11</link>
	<description>Improving my programming skills step by step. You&#039;re invited!</description>
	<lastBuildDate>Wed, 20 May 2020 17:51:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.14</generator>
	<item>
		<title>By: kevindurant</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-2180</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Mon, 04 May 2020 15:21:59 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-2180</guid>
		<description><![CDATA[Hi Valter Andrade Lima de Filho

I see you have the following issue: UNABLE TO ALLOCATE SPACE ON USER VOLUME can you take a look at: https://kevindurant.be/master-the-mainframe-cookbook/#unableToAllocateSpace

Kind regards,
- Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Valter Andrade Lima de Filho</p>
<p>I see you have the following issue: UNABLE TO ALLOCATE SPACE ON USER VOLUME can you take a look at: <a href="https://kevindurant.be/master-the-mainframe-cookbook/#unableToAllocateSpace" rel="nofollow">https://kevindurant.be/master-the-mainframe-cookbook/#unableToAllocateSpace</a></p>
<p>Kind regards,<br />
&#8211; Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valter Andrade Lima de Filho</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-2118</link>
		<dc:creator><![CDATA[Valter Andrade Lima de Filho]]></dc:creator>
		<pubDate>Fri, 01 May 2020 22:27:18 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-2118</guid>
		<description><![CDATA[I got stuck.
Can anybody give a hand. I redid (PACKED), but it didn&#039;t work anyway. I&#039;ve getting this issue:

IDCAMS  SYSTEM SERVICES                                           TIME: 
                                                                        
  DELETE Z57619.VSAM.ESDS                                               
IDC3012I ENTRY Z57619.VSAM.ESDS NOT FOUND                               
IDC3009I ** VSAM CATALOG RETURN CODE IS 8 - REASON CODE IS IGG0CLEG-42  
IDC0551I ** ENTRY Z57619.VSAM.ESDS NOT DELETED                          
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 8               
                                                                        
  SET MAXCC=0                                                           
                                                                        
  DEFINE CLUSTER ( NAME (Z57619.VSAM.ESDS   ) -                         
            VOLUME(VPWRKB) TRACKS(15) RECORDSIZE(80,80) -               
            NONINDEXED REUSE SHAREOPTIONS(2) SPANNED SPEED -            
            CONTROLINTERVALSIZE(80) )                                   
IDC3020I UNABLE TO ALLOCATE SPACE ON USER VOLUME                        
IDC3009I ** VSAM CATALOG RETURN CODE IS 68 - REASON CODE IS IGG0CLEW-20 
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12                
                                                                  
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12

Thanks!]]></description>
		<content:encoded><![CDATA[<p>I got stuck.<br />
Can anybody give a hand. I redid (PACKED), but it didn&#8217;t work anyway. I&#8217;ve getting this issue:</p>
<p>IDCAMS  SYSTEM SERVICES                                           TIME: </p>
<p>  DELETE Z57619.VSAM.ESDS<br />
IDC3012I ENTRY Z57619.VSAM.ESDS NOT FOUND<br />
IDC3009I ** VSAM CATALOG RETURN CODE IS 8 &#8211; REASON CODE IS IGG0CLEG-42<br />
IDC0551I ** ENTRY Z57619.VSAM.ESDS NOT DELETED<br />
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 8               </p>
<p>  SET MAXCC=0                                                           </p>
<p>  DEFINE CLUSTER ( NAME (Z57619.VSAM.ESDS   ) &#8211;<br />
            VOLUME(VPWRKB) TRACKS(15) RECORDSIZE(80,80) &#8211;<br />
            NONINDEXED REUSE SHAREOPTIONS(2) SPANNED SPEED &#8211;<br />
            CONTROLINTERVALSIZE(80) )<br />
IDC3020I UNABLE TO ALLOCATE SPACE ON USER VOLUME<br />
IDC3009I ** VSAM CATALOG RETURN CODE IS 68 &#8211; REASON CODE IS IGG0CLEW-20<br />
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12                </p>
<p>IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-1634</link>
		<dc:creator><![CDATA[Albert]]></dc:creator>
		<pubDate>Wed, 25 Mar 2020 20:31:00 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-1634</guid>
		<description><![CDATA[I cant seem to get challenge 11 even though I fixed the errors. This is what I am getting. 
IDCAMS SYSTEM SERVICES

 REPRO INFILE(I1) OUTFILE(O1)
IDC 3300I ERROR OPENING(O1)
IDC3321I ** OPEN/CLOSE/EOV ABEND EXIT TAKEN
IDC0005I NUMBER OF RECORDS PROCESSED was 0
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12

IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE was 12]]></description>
		<content:encoded><![CDATA[<p>I cant seem to get challenge 11 even though I fixed the errors. This is what I am getting.<br />
IDCAMS SYSTEM SERVICES</p>
<p> REPRO INFILE(I1) OUTFILE(O1)<br />
IDC 3300I ERROR OPENING(O1)<br />
IDC3321I ** OPEN/CLOSE/EOV ABEND EXIT TAKEN<br />
IDC0005I NUMBER OF RECORDS PROCESSED was 0<br />
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12</p>
<p>IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE was 12</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-925</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 06 Jan 2020 01:42:07 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-925</guid>
		<description><![CDATA[Hello Kevin, im facing the problem that after submitting to &quot;=sd ; st&quot; for idcams. when i check the submitted Job, SYSPRINT Stepname always pops up DELETE and not COPY. Why and how do I correct it?]]></description>
		<content:encoded><![CDATA[<p>Hello Kevin, im facing the problem that after submitting to &#8220;=sd ; st&#8221; for idcams. when i check the submitted Job, SYSPRINT Stepname always pops up DELETE and not COPY. Why and how do I correct it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-750</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sun, 22 Dec 2019 09:44:07 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-750</guid>
		<description><![CDATA[I got the same output as you in the SYSPRINT COPY but i am getting incomplete in p2.output(#11)]]></description>
		<content:encoded><![CDATA[<p>I got the same output as you in the SYSPRINT COPY but i am getting incomplete in p2.output(#11)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-749</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sun, 22 Dec 2019 09:36:23 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-749</guid>
		<description><![CDATA[After i changed the @@ to 01 the job does not have SYSPRINT at all it only has J..]]></description>
		<content:encoded><![CDATA[<p>After i changed the @@ to 01 the job does not have SYSPRINT at all it only has J..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-641</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 18:30:28 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-641</guid>
		<description><![CDATA[Okay, some magic made it go to complete :p
(delete and redo the PACKED part)]]></description>
		<content:encoded><![CDATA[<p>Okay, some magic made it go to complete :p<br />
(delete and redo the PACKED part)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-640</link>
		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 04 Dec 2019 17:58:07 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-640</guid>
		<description><![CDATA[Hi man, can you help me out?
After I did s PACKEd, I copied copy ‘zos.mtm2019.public.shared.data(packed)’
But then I don&#039;t follow anymore, what do you do next?]]></description>
		<content:encoded><![CDATA[<p>Hi man, can you help me out?<br />
After I did s PACKEd, I copied copy ‘zos.mtm2019.public.shared.data(packed)’<br />
But then I don&#8217;t follow anymore, what do you do next?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mig</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-625</link>
		<dc:creator><![CDATA[Mig]]></dc:creator>
		<pubDate>Sat, 30 Nov 2019 04:54:08 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-625</guid>
		<description><![CDATA[If you made sure you change the Outline (O1) &quot;Oscar&quot;
And REPR@ to REPRO.
Then you should run a tso scorep2 to update the server.
Sometimes that command changes from incomplete/incorrect to correct.]]></description>
		<content:encoded><![CDATA[<p>If you made sure you change the Outline (O1) &#8220;Oscar&#8221;<br />
And REPR@ to REPRO.<br />
Then you should run a tso scorep2 to update the server.<br />
Sometimes that command changes from incomplete/incorrect to correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://kevindurant.be/2019/09/13/ibm-mtm-2019-part-two-challenge-11/#comment-622</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Fri, 29 Nov 2019 21:42:00 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1126#comment-622</guid>
		<description><![CDATA[how do you know that the outfile is O1?]]></description>
		<content:encoded><![CDATA[<p>how do you know that the outfile is O1?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced 
Minified using disk

Served from: kevindurant.be @ 2020-05-22 01:16:29 by W3 Total Cache
-->