<?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 #13</title>
	<atom:link href="https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/feed/" rel="self" type="application/rss+xml" />
	<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ibm-mtm-2019-part-two-challenge-13</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/26/ibm-mtm-2019-part-two-challenge-13/#comment-2389</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Wed, 20 May 2020 17:51:58 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-2389</guid>
		<description><![CDATA[Hi Benjamin

If possible, can you still explain what was wrong and how you fixed it? It might help other users :)

Kind regards,
- Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Benjamin</p>
<p>If possible, can you still explain what was wrong and how you fixed it? It might help other users 🙂</p>
<p>Kind regards,<br />
&#8211; Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/#comment-2365</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 18 May 2020 11:58:42 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-2365</guid>
		<description><![CDATA[Hi Kevin.  I got it thank you.]]></description>
		<content:encoded><![CDATA[<p>Hi Kevin.  I got it thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/#comment-2361</link>
		<dc:creator><![CDATA[Benjamin]]></dc:creator>
		<pubDate>Mon, 18 May 2020 04:22:48 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-2361</guid>
		<description><![CDATA[Hi Kevin, 
Hope you&#039;re ok. I am not with the contest but I here to have a chance to learn IBM z mainframe. I am actually following your instructions and I fund it really very helpful. Thank you to you. I am now on this Part 2 Challenge #13. I believe I have already followed strickly to the very last.  But on the last submission which I believe I should not be getting is I got this error. Hope you could help me. 

IEF344I Z58858T C3 SYSUT2 - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR
IGD17501I ATTEMPT TO OPEN A HFS FILE FAILED,                                   
RETURN CODE IS (00000081) REASON CODE IS (0594003D)                            
FILENAME IS (/z/Z58858/CH13)                                                   
IEF272I Z58858T C3 - STEP WAS NOT EXECUTED.]]></description>
		<content:encoded><![CDATA[<p>Hi Kevin,<br />
Hope you&#8217;re ok. I am not with the contest but I here to have a chance to learn IBM z mainframe. I am actually following your instructions and I fund it really very helpful. Thank you to you. I am now on this Part 2 Challenge #13. I believe I have already followed strickly to the very last.  But on the last submission which I believe I should not be getting is I got this error. Hope you could help me. </p>
<p>IEF344I Z58858T C3 SYSUT2 &#8211; ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR<br />
IGD17501I ATTEMPT TO OPEN A HFS FILE FAILED,<br />
RETURN CODE IS (00000081) REASON CODE IS (0594003D)<br />
FILENAME IS (/z/Z58858/CH13)<br />
IEF272I Z58858T C3 &#8211; STEP WAS NOT EXECUTED.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevindurant</title>
		<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/#comment-2020</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Sun, 26 Apr 2020 11:05:15 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-2020</guid>
		<description><![CDATA[Hi Jordan

I&#039;m not completely sure about this but I believe you can grab the datasets again and it will overwrite the old one. This is done with the &lt;strong&gt;tso submit ‘zos.public.jcl(ch13)’&lt;/strong&gt; command. 

After that delete your ch13 member in your JCL data set, this can be done using the line command &#039;&lt;strong&gt;d&lt;/strong&gt;&#039; I believe. It could be &#039;&lt;strong&gt;p&lt;/strong&gt;&#039; too. Then just copy the data into &lt;strong&gt;ch13&lt;/strong&gt; again with &lt;strong&gt;copy &#039;zos.public.jcl(ch13)&#039;&lt;/strong&gt;.

I hope this helps, stay safe!
- Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Jordan</p>
<p>I&#8217;m not completely sure about this but I believe you can grab the datasets again and it will overwrite the old one. This is done with the <strong>tso submit ‘zos.public.jcl(ch13)’</strong> command. </p>
<p>After that delete your ch13 member in your JCL data set, this can be done using the line command &#8216;<strong>d</strong>&#8216; I believe. It could be &#8216;<strong>p</strong>&#8216; too. Then just copy the data into <strong>ch13</strong> again with <strong>copy &#8216;zos.public.jcl(ch13)&#8217;</strong>.</p>
<p>I hope this helps, stay safe!<br />
&#8211; Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/#comment-2012</link>
		<dc:creator><![CDATA[Jordan]]></dc:creator>
		<pubDate>Sun, 26 Apr 2020 01:05:57 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-2012</guid>
		<description><![CDATA[This is the last one of my challenges to complete and i&#039;m stuck. I keep trying to start over but it goes back to an old file. Is there any way to start this one fresh?]]></description>
		<content:encoded><![CDATA[<p>This is the last one of my challenges to complete and i&#8217;m stuck. I keep trying to start over but it goes back to an old file. Is there any way to start this one fresh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brahim</title>
		<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/#comment-591</link>
		<dc:creator><![CDATA[Brahim]]></dc:creator>
		<pubDate>Sun, 17 Nov 2019 09:02:41 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-591</guid>
		<description><![CDATA[Hi Kevin;
I follow your hints because I want to see how to do things first, I am student and I want to get a remote job, I want to learn every day, please tell me how to reset challenge 12 and restart doing it because I stuck in it, SCOREP says INCORECT, so left it and went to challenge 13.
Thank you!]]></description>
		<content:encoded><![CDATA[<p>Hi Kevin;<br />
I follow your hints because I want to see how to do things first, I am student and I want to get a remote job, I want to learn every day, please tell me how to reset challenge 12 and restart doing it because I stuck in it, SCOREP says INCORECT, so left it and went to challenge 13.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camila Lui</title>
		<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/#comment-458</link>
		<dc:creator><![CDATA[Camila Lui]]></dc:creator>
		<pubDate>Mon, 28 Oct 2019 13:40:25 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-458</guid>
		<description><![CDATA[Just got my #13 done :)]]></description>
		<content:encoded><![CDATA[<p>Just got my #13 done 🙂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camila Lui</title>
		<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/#comment-456</link>
		<dc:creator><![CDATA[Camila Lui]]></dc:creator>
		<pubDate>Mon, 28 Oct 2019 11:44:25 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-456</guid>
		<description><![CDATA[I am having same issue, I started over 3 times and not working for me as well. I am stuck in #13.]]></description>
		<content:encoded><![CDATA[<p>I am having same issue, I started over 3 times and not working for me as well. I am stuck in #13.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Student</title>
		<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/#comment-455</link>
		<dc:creator><![CDATA[Student]]></dc:creator>
		<pubDate>Sun, 27 Oct 2019 23:41:45 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-455</guid>
		<description><![CDATA[Hello Kevin, 

In the output file, I have everything you have with the exception of three things. 
in lines 0004, 0006, and 0008 where it says 
IN-CAT ---- CATALOG.ZOS5
mine says 
IN-CAT ---- CATALOG.ZOS1
Does it matter? It still shows incomplete on the score.
Please help]]></description>
		<content:encoded><![CDATA[<p>Hello Kevin, </p>
<p>In the output file, I have everything you have with the exception of three things.<br />
in lines 0004, 0006, and 0008 where it says<br />
IN-CAT &#8212;- CATALOG.ZOS5<br />
mine says<br />
IN-CAT &#8212;- CATALOG.ZOS1<br />
Does it matter? It still shows incomplete on the score.<br />
Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>https://kevindurant.be/2019/09/26/ibm-mtm-2019-part-two-challenge-13/#comment-454</link>
		<dc:creator><![CDATA[Jordan]]></dc:creator>
		<pubDate>Sun, 27 Oct 2019 23:40:48 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=1140#comment-454</guid>
		<description><![CDATA[Hello Kevin, 

In the output file, I have everything you have with the exception of three things. 
in lines 0004, 0006, and 0008 where it says 
IN-CAT ---- CATALOG.ZOS5
mine says 
IN-CAT ---- CATALOG.ZOS1
Does it matter? It still shows incomplete on the score.
Please help]]></description>
		<content:encoded><![CDATA[<p>Hello Kevin, </p>
<p>In the output file, I have everything you have with the exception of three things.<br />
in lines 0004, 0006, and 0008 where it says<br />
IN-CAT &#8212;- CATALOG.ZOS5<br />
mine says<br />
IN-CAT &#8212;- CATALOG.ZOS1<br />
Does it matter? It still shows incomplete on the score.<br />
Please help</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-21 21:37:22 by W3 Total Cache
-->