<?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 2018: Part Three – Challenge #06</title>
	<atom:link href="https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/feed/" rel="self" type="application/rss+xml" />
	<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ibm-mtm-part-three-challenge-06</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/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-210</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Fri, 10 May 2019 20:41:01 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-210</guid>
		<description><![CDATA[Key(8,0) means that the key has a total length of 8 and starts at offset 0, which in this case 0 means the first position within the record. For more information check out dbzTHEdinosauer&#039;s answer on &lt;a href=&quot;http://ibmmainframes.com/post-178431.html#178431&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow&quot;&gt;ibmmainframes.com&lt;/a&gt;. 

If offset would be 1, then it would start from the second position. If it was 7, then it would start from the eighth position. From the beginning of the file, how much do I skip? What&#039;s the offset? That&#039;s my two cents.

Sorry for the late reply, been busy :)

Kind regards
-Kevin]]></description>
		<content:encoded><![CDATA[<p>Key(8,0) means that the key has a total length of 8 and starts at offset 0, which in this case 0 means the first position within the record. For more information check out dbzTHEdinosauer&#8217;s answer on <a href="http://ibmmainframes.com/post-178431.html#178431" target="_blank" rel="noopener nofollow">ibmmainframes.com</a>. </p>
<p>If offset would be 1, then it would start from the second position. If it was 7, then it would start from the eighth position. From the beginning of the file, how much do I skip? What&#8217;s the offset? That&#8217;s my two cents.</p>
<p>Sorry for the late reply, been busy 🙂</p>
<p>Kind regards<br />
-Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos M.</title>
		<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-207</link>
		<dc:creator><![CDATA[Carlos M.]]></dc:creator>
		<pubDate>Thu, 09 May 2019 13:40:51 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-207</guid>
		<description><![CDATA[I had the same values, but I don´t understand why the offset is zero (0) in Key(8,0) is it not supposed to be the difference between the begin column and the end column of the record layout?]]></description>
		<content:encoded><![CDATA[<p>I had the same values, but I don´t understand why the offset is zero (0) in Key(8,0) is it not supposed to be the difference between the begin column and the end column of the record layout?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaza6690</title>
		<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-197</link>
		<dc:creator><![CDATA[zaza6690]]></dc:creator>
		<pubDate>Fri, 19 Apr 2019 16:50:40 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-197</guid>
		<description><![CDATA[ksds is the only dependencies required here?]]></description>
		<content:encoded><![CDATA[<p>ksds is the only dependencies required here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-182</link>
		<dc:creator><![CDATA[Anna]]></dc:creator>
		<pubDate>Mon, 01 Apr 2019 18:47:08 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-182</guid>
		<description><![CDATA[Hi, Kevin!
Oh, thank you so much. you helped me a lot!:)]]></description>
		<content:encoded><![CDATA[<p>Hi, Kevin!<br />
Oh, thank you so much. you helped me a lot!:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevindurant</title>
		<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-180</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Sun, 31 Mar 2019 20:54:46 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-180</guid>
		<description><![CDATA[Hi Anna

Please change the VOLUME from VOLUME(VPWRKD) to VOLUME(&lt;strong&gt;VPWRKC&lt;/strong&gt;) on line 000080. 

Does that work?

Kind regards
-Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Anna</p>
<p>Please change the VOLUME from VOLUME(VPWRKD) to VOLUME(<strong>VPWRKC</strong>) on line 000080. </p>
<p>Does that work?</p>
<p>Kind regards<br />
-Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-179</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sun, 31 Mar 2019 20:36:37 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-179</guid>
		<description><![CDATA[I tried different solutions, but I always get the error I wrote about above.]]></description>
		<content:encoded><![CDATA[<p>I tried different solutions, but I always get the error I wrote about above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevindurant</title>
		<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-178</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Sun, 31 Mar 2019 20:10:45 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-178</guid>
		<description><![CDATA[Hi Anna

I can&#039;t access the system right now but I think that looks right. If you&#039;re not getting the results you want, then you could try KEY(8,0) instead of KEYS. Don&#039;t forget the commas. 

Kind regards
-Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Anna</p>
<p>I can&#8217;t access the system right now but I think that looks right. If you&#8217;re not getting the results you want, then you could try KEY(8,0) instead of KEYS. Don&#8217;t forget the commas. </p>
<p>Kind regards<br />
-Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-177</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sun, 31 Mar 2019 19:40:52 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-177</guid>
		<description><![CDATA[Tell me please did i have correctly replaced values: INDEXED RECSZ(170 170) KEYS(8 0) ?]]></description>
		<content:encoded><![CDATA[<p>Tell me please did i have correctly replaced values: INDEXED RECSZ(170 170) KEYS(8 0) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevindurant</title>
		<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-176</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Sun, 31 Mar 2019 11:34:35 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-176</guid>
		<description><![CDATA[Hi Anna

This is a common issue throughout the challenge, it just means the disk is full. You might want to ask an IBM employee for help via mail or on their dedicated Slack channel (fastest medium). They need to free up some space.

You can contact them on the following urls: https://masterthemainframe18.slack.com/, mail to zskills@us.ibm.com or https://www.facebook.com/MasterTheMainframe.

I personally use their Slack to solve issues like this.

Kind regards
-Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Anna</p>
<p>This is a common issue throughout the challenge, it just means the disk is full. You might want to ask an IBM employee for help via mail or on their dedicated Slack channel (fastest medium). They need to free up some space.</p>
<p>You can contact them on the following urls: <a href="https://masterthemainframe18.slack.com/" rel="nofollow">https://masterthemainframe18.slack.com/</a>, mail to <a href="mailto:zskills@us.ibm.com">zskills@us.ibm.com</a> or <a href="https://www.facebook.com/MasterTheMainframe" rel="nofollow">https://www.facebook.com/MasterTheMainframe</a>.</p>
<p>I personally use their Slack to solve issues like this.</p>
<p>Kind regards<br />
-Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>https://kevindurant.be/2018/10/24/ibm-mtm-part-three-challenge-06/#comment-175</link>
		<dc:creator><![CDATA[Anna]]></dc:creator>
		<pubDate>Sun, 31 Mar 2019 10:30:46 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=438#comment-175</guid>
		<description><![CDATA[Hey!
Can you help me with this challenge? l have next error: UNABLE TO ALLOCATE SPACE ON USER VOLUME]]></description>
		<content:encoded><![CDATA[<p>Hey!<br />
Can you help me with this challenge? l have next error: UNABLE TO ALLOCATE SPACE ON USER VOLUME</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 23:54:49 by W3 Total Cache
-->