<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>java &#8211; Kevin&#039;s coding blog</title>
	<atom:link href="https://kevindurant.be/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>https://kevindurant.be</link>
	<description>Improving my programming skills step by step. You&#039;re invited!</description>
	<lastBuildDate>Sun, 26 Apr 2020 11:09:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.14</generator>

<image>
	<url>https://kevindurant.be/wp-content/uploads/2018/09/cropped-faviconround-32x32.png</url>
	<title>java &#8211; Kevin&#039;s coding blog</title>
	<link>https://kevindurant.be</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>IBM MTM 2019: Part Three – Challenge #09</title>
		<link>https://kevindurant.be/2019/11/16/ibm-mtm-2019-part-three-challenge-09/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ibm-mtm-2019-part-three-challenge-09</link>
		<comments>https://kevindurant.be/2019/11/16/ibm-mtm-2019-part-three-challenge-09/#comments</comments>
		<pubDate>Sat, 16 Nov 2019 10:34:56 +0000</pubDate>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
				<category><![CDATA[IBM Master the Mainframe 2019]]></category>
		<category><![CDATA[Mainframe]]></category>
		<category><![CDATA[ISPF]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JCL]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[master the mainframe]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">https://kevindurant.be/?p=1358</guid>
		<description><![CDATA[Hi people! I&#8217;ve been away for a while and haven&#8217;t been able to check my blog for some time. I&#8217;ve noticed a ton of comment and e-mails but it takes me a lot of time to answer all. I&#8217;ll get back to all my users soon! I hope you have been doing fine! Please, if &#8230; <a href="https://kevindurant.be/2019/11/16/ibm-mtm-2019-part-three-challenge-09/" class="more-link">Continue reading <span class="screen-reader-text">IBM MTM 2019: Part Three – Challenge #09</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hi people! I’ve been away for a while and haven’t been able to check my blog for some time. I’ve noticed a ton of comment and e-mails but it takes me a lot of time to answer all. I’ll get back to all my users soon! I hope you have been doing fine! Please, if you want faster help visit https://mtmcompetition.slack.com/. IBM Master the Mainframe Part Three – Challenge #09 Like most of the challenges...</p>
<p><a href="https://kevindurant.be/2019/11/16/ibm-mtm-2019-part-three-challenge-09/" rel="nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://kevindurant.be/2019/11/16/ibm-mtm-2019-part-three-challenge-09/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>IBM MTM 2019: Part Three – Challenge #07</title>
		<link>https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-07/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ibm-mtm-2019-part-three-challenge-07</link>
		<comments>https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-07/#comments</comments>
		<pubDate>Fri, 01 Nov 2019 11:00:08 +0000</pubDate>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
				<category><![CDATA[IBM Master the Mainframe 2019]]></category>
		<category><![CDATA[Mainframe]]></category>
		<category><![CDATA[2019]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[master the mainframe]]></category>
		<category><![CDATA[oedit]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">https://kevindurant.be/?p=1325</guid>
		<description><![CDATA[Bonjour, another another Java challenge! I&#8217;m reading the intro and they say: Remember what you learned about hexadecimal values. You will need it. *Gulp* I hope I remembered at least something. More Java using JZOS Toolkit IBM Master the Mainframe Part Three – Challenge #07 Use Java program to replace old string of text with a new &#8230; <a href="https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-07/" class="more-link">Continue reading <span class="screen-reader-text">IBM MTM 2019: Part Three – Challenge #07</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Bonjour, another another Java challenge! I’m reading the intro and they say: Remember what you learned about hexadecimal values. You will need it. *Gulp* I hope I remembered at least something. IBM Master the Mainframe Part Three – Challenge #07 Okay, let’s go back the the zjava.java file the same way we did in the last challenge. tso oedit from the ISPF menu and line command e next to the file...</p>
<p><a href="https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-07/" rel="nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-07/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>IBM MTM 2019: Part Three – Challenge #06</title>
		<link>https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-06/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ibm-mtm-2019-part-three-challenge-06</link>
		<comments>https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-06/#comments</comments>
		<pubDate>Fri, 01 Nov 2019 01:00:37 +0000</pubDate>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
				<category><![CDATA[IBM Master the Mainframe 2019]]></category>
		<category><![CDATA[Mainframe]]></category>
		<category><![CDATA[2019]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[master the mainframe]]></category>
		<category><![CDATA[oedit]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">https://kevindurant.be/?p=1315</guid>
		<description><![CDATA[Okay, another Java challenge! I like that, more coding problems! I have those daily at my j&#8230; No I don&#8217;t&#8230; heheh (awkward smile). JZOS Toolkit API for Java IBM Master the Mainframe Part Three – Challenge #06 Copy Java source to your Unix directory Let&#8217;s get started by making sure we have the needed resources. &#8230; <a href="https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-06/" class="more-link">Continue reading <span class="screen-reader-text">IBM MTM 2019: Part Three – Challenge #06</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Okay, another Java challenge! I like that, more coding problems! I have those daily at my j… No I don’t… heheh (awkward smile). IBM Master the Mainframe Part Three – Challenge #06 Let’s get started by making sure we have the needed resources. From ISPF I enter the primary command =6 and enter oput ‘zos.mtm2019.public.p3.source(zjava)’ ‘zjava.java’ as primary again shortly after.</p>
<p><a href="https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-06/" rel="nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://kevindurant.be/2019/11/01/ibm-mtm-2019-part-three-challenge-06/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>IBM MTM 2019: Part Three – Challenge #05</title>
		<link>https://kevindurant.be/2019/10/28/ibm-mtm-2019-part-three-challenge-05/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ibm-mtm-2019-part-three-challenge-05</link>
		<comments>https://kevindurant.be/2019/10/28/ibm-mtm-2019-part-three-challenge-05/#comments</comments>
		<pubDate>Mon, 28 Oct 2019 21:00:10 +0000</pubDate>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
				<category><![CDATA[IBM Master the Mainframe 2019]]></category>
		<category><![CDATA[Mainframe]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JCL]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[master the mainframe]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">https://kevindurant.be/?p=1299</guid>
		<description><![CDATA[Java! 3 billion devices their best friend! Java is one of the biggest programming languages out there and now we have the chance to work with it on a mainframe. Note: there might be some encoding issues if you copy and paste the copy commands from my blog into the mainframe. It’s best you copy the paths &#8230; <a href="https://kevindurant.be/2019/10/28/ibm-mtm-2019-part-three-challenge-05/" class="more-link">Continue reading <span class="screen-reader-text">IBM MTM 2019: Part Three – Challenge #05</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Java! 3 billion devices their best friend! Java is one of the biggest programming languages out there and now we have the chance to work with it on a mainframe. Note: there might be some encoding issues if you copy and paste the copy commands from my blog into the mainframe. It’s best you copy the paths from the mybluemix website. My quotes are saved differently somehow (angry emoji).</p>
<p><a href="https://kevindurant.be/2019/10/28/ibm-mtm-2019-part-three-challenge-05/" rel="nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://kevindurant.be/2019/10/28/ibm-mtm-2019-part-three-challenge-05/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>IBM MTM 2018: Part Three – Challenge #08</title>
		<link>https://kevindurant.be/2018/11/08/ibm-mtm-part-three-challenge-08/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ibm-mtm-part-three-challenge-08</link>
		<comments>https://kevindurant.be/2018/11/08/ibm-mtm-part-three-challenge-08/#comments</comments>
		<pubDate>Thu, 08 Nov 2018 10:00:54 +0000</pubDate>
		<dc:creator><![CDATA[kevindurant]]></dc:creator>
				<category><![CDATA[IBM Master the Mainframe 2018]]></category>
		<category><![CDATA[Mainframe]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mainframe]]></category>
		<category><![CDATA[master the mainframe]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">https://kevindurant.be/?p=475</guid>
		<description><![CDATA[Where is it? Hmm&#8230; I&#8217;m looking for some free time. Can&#8217;t seem to find any. It&#8217;s been a while. Rough week. I&#8217;ve changed the website a little bit. It&#8217;s also weird writing a blog on a monday, why didn&#8217;t I do it in the weekend? Don&#8217;t be confused, it&#8217;s not monday, I just publish late. &#8230; <a href="https://kevindurant.be/2018/11/08/ibm-mtm-part-three-challenge-08/" class="more-link">Continue reading <span class="screen-reader-text">IBM MTM 2018: Part Three – Challenge #08</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Where is it? Hmm… I’m looking for some free time. Can’t seem to find any. It’s been a while. Rough week. I’ve changed the website a little bit. It’s also weird writing a blog on a monday, why didn’t I do it in the weekend? Don’t be confused, it’s not monday, I just publish late. There’s a cookie notice now, and also some share buttons. The first happened because I want to be legal.</p>
<p><a href="https://kevindurant.be/2018/11/08/ibm-mtm-part-three-challenge-08/" rel="nofollow">Source</a></p>]]></content:encoded>
			<wfw:commentRss>https://kevindurant.be/2018/11/08/ibm-mtm-part-three-challenge-08/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</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 22:17:35 by W3 Total Cache
-->