<?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 #01-02</title>
	<atom:link href="https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/feed/" rel="self" type="application/rss+xml" />
	<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ibm-mtm-part-three-challenge-01-02</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/13/ibm-mtm-part-three-challenge-01-02/#comment-148</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Sun, 03 Feb 2019 10:51:37 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-148</guid>
		<description><![CDATA[Hi Divyanshu, I got it in two days. But I think I was lucky, expect it to be within a week. IBM is very busy grading the part three participants.
– Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Divyanshu, I got it in two days. But I think I was lucky, expect it to be within a week. IBM is very busy grading the part three participants.<br />
– Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Divyanshu</title>
		<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/#comment-147</link>
		<dc:creator><![CDATA[Divyanshu]]></dc:creator>
		<pubDate>Sun, 03 Feb 2019 10:19:46 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-147</guid>
		<description><![CDATA[After how many days after completing part-2 you got the mail for badge?]]></description>
		<content:encoded><![CDATA[<p>After how many days after completing part-2 you got the mail for badge?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/#comment-120</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 28 Dec 2018 17:17:01 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-120</guid>
		<description><![CDATA[If you meant ALLDUPS, I did that as well yet no output for P3.Output(#02).]]></description>
		<content:encoded><![CDATA[<p>If you meant ALLDUPS, I did that as well yet no output for P3.Output(#02).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevindurant</title>
		<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/#comment-118</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Fri, 28 Dec 2018 16:07:45 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-118</guid>
		<description><![CDATA[Hi Jon, your code almost exactly matches mine except for one difference. You have forgotten about &quot;&lt;em&gt;Modify ICETOOL select control statement directive LASTDUP with a directive writing a report the business analysts need to visually compare the duplicate records with each other&lt;/em&gt;&quot;. You need to change your line 000009 LASTDUP to something that selects all duplicates. Documentation can be found here: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.iceg200/icesele.htm
- Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Jon, your code almost exactly matches mine except for one difference. You have forgotten about &#8220;<em>Modify ICETOOL select control statement directive LASTDUP with a directive writing a report the business analysts need to visually compare the duplicate records with each other</em>&#8220;. You need to change your line 000009 LASTDUP to something that selects all duplicates. Documentation can be found here: <a href="https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.iceg200/icesele.htm" rel="nofollow">https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.iceg200/icesele.htm</a><br />
&#8211; Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/#comment-117</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 28 Dec 2018 15:33:06 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-117</guid>
		<description><![CDATA[Thanks for your response. I tried both with and w/out space to no avail. Pls. see below. I look forward to your response.

****** ***************************** Top of Data *************************
==MSG&#062; -Warning- The UNDO command is not available until you change       
==MSG&#062;           your edit profile using the command RECOVERY ON.         
000001 //SORT002  JOB 1,NOTIFY=&#038;SYSUID                                    
000002 //SETVAR   SET  MASTER=ZOS.PUBLIC.BBRI.CLIENTS                     
000003 //EXTRACT  EXEC PGM=ICETOOL                                        
000004 //TOOLMSG  DD   SYSOUT=*                                           
000005 //DFSMSG   DD   SYSOUT=*                                           
000006 //MASTER   DD   DSN=&#038;MASTER,DISP=SHR                               
000007 //TOOLIN   DD   *                                                  
000008  SELECT FROM(MASTER) TO(DUP) DISCARD(NODUP) -                      
000009  ON(1, 8, CH) LASTDUP USING(CTL1)                                  
000010 //CTL1CNTL DD   *                                                  
000011   OUTFIL FNAMES=DUP                                                
000012   OUTFIL FNAMES=NODUP                                              
000013 //DUP      DD   DSN=&#038;SYSUID..P3.OUTPUT(#02),DISP=SHR               
000014 //NODUP    DD   SYSOUT=*                                           
****** **************************** Bottom of Data ***********************]]></description>
		<content:encoded><![CDATA[<p>Thanks for your response. I tried both with and w/out space to no avail. Pls. see below. I look forward to your response.</p>
<p>****** ***************************** Top of Data *************************<br />
==MSG&gt; -Warning- The UNDO command is not available until you change<br />
==MSG&gt;           your edit profile using the command RECOVERY ON.<br />
000001 //SORT002  JOB 1,NOTIFY=&amp;SYSUID<br />
000002 //SETVAR   SET  MASTER=ZOS.PUBLIC.BBRI.CLIENTS<br />
000003 //EXTRACT  EXEC PGM=ICETOOL<br />
000004 //TOOLMSG  DD   SYSOUT=*<br />
000005 //DFSMSG   DD   SYSOUT=*<br />
000006 //MASTER   DD   DSN=&amp;MASTER,DISP=SHR<br />
000007 //TOOLIN   DD   *<br />
000008  SELECT FROM(MASTER) TO(DUP) DISCARD(NODUP) &#8211;<br />
000009  ON(1, 8, CH) LASTDUP USING(CTL1)<br />
000010 //CTL1CNTL DD   *<br />
000011   OUTFIL FNAMES=DUP<br />
000012   OUTFIL FNAMES=NODUP<br />
000013 //DUP      DD   DSN=&amp;SYSUID..P3.OUTPUT(#02),DISP=SHR<br />
000014 //NODUP    DD   SYSOUT=*<br />
****** **************************** Bottom of Data ***********************</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevindurant</title>
		<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/#comment-114</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Fri, 28 Dec 2018 07:40:16 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-114</guid>
		<description><![CDATA[Hi Jon, it&#039;s hard to say without seeing your JCL. Did you enter 1,8,CH without a space between the comma and &#039;ch&#039;? JCL is very strict. Would love to check my code, but my logon suddenly stopped working. I&#039;ll get back to you :)
- Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Jon, it&#8217;s hard to say without seeing your JCL. Did you enter 1,8,CH without a space between the comma and &#8216;ch&#8217;? JCL is very strict. Would love to check my code, but my logon suddenly stopped working. I&#8217;ll get back to you 🙂<br />
&#8211; Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/#comment-113</link>
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Fri, 28 Dec 2018 05:06:03 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-113</guid>
		<description><![CDATA[Do you know why I am not getting P3.OUTPUT(#02). I have substituted pmf with 1,8, CH and got a couple of output that didn&#039;t include SORTOUT/SYSOUT. Please advise.]]></description>
		<content:encoded><![CDATA[<p>Do you know why I am not getting P3.OUTPUT(#02). I have substituted pmf with 1,8, CH and got a couple of output that didn&#8217;t include SORTOUT/SYSOUT. Please advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/#comment-112</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 27 Dec 2018 18:35:11 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-112</guid>
		<description><![CDATA[Thank you.]]></description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevindurant</title>
		<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/#comment-108</link>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
		<pubDate>Thu, 27 Dec 2018 07:24:33 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-108</guid>
		<description><![CDATA[Hi Taiwo, did you check if your P2.OUTPUT(#1) is correct? This challenge uses data from an earlier challenge you had to complete. 
- Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Taiwo, did you check if your P2.OUTPUT(#1) is correct? This challenge uses data from an earlier challenge you had to complete.<br />
&#8211; Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taiwo Ajani</title>
		<link>https://kevindurant.be/2018/10/13/ibm-mtm-part-three-challenge-01-02/#comment-107</link>
		<dc:creator><![CDATA[Taiwo Ajani]]></dc:creator>
		<pubDate>Thu, 27 Dec 2018 06:19:33 +0000</pubDate>
		<guid isPermaLink="false">https://kevindurant.be/?p=360#comment-107</guid>
		<description><![CDATA[Hi  Kevin. 

Thanks for doing this. This is about Part 3 Challenge 01. I tried to copy as instructed, but it just copied same information in line one but not a list/data on Country. I dont know what I&#039;m doing wrong after 4 hours.

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi  Kevin. </p>
<p>Thanks for doing this. This is about Part 3 Challenge 01. I tried to copy as instructed, but it just copied same information in line one but not a list/data on Country. I dont know what I&#8217;m doing wrong after 4 hours.</p>
<p>Thanks.</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:45:30 by W3 Total Cache
-->