<?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>oedit &#8211; Kevin&#039;s coding blog</title>
	<atom:link href="https://kevindurant.be/tag/oedit/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>oedit &#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 #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>
	</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:33:02 by W3 Total Cache
-->