<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Adventures with IBM iSeries, Java, &#38; RPG/ILE</title>
	<atom:link href="http://iseriesjava.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iseriesjava.wordpress.com</link>
	<description>Breadcrumb trails of a learner for those who are lost themselves</description>
	<lastBuildDate>Mon, 01 Dec 2008 12:23:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='iseriesjava.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Adventures with IBM iSeries, Java, &#38; RPG/ILE</title>
		<link>http://iseriesjava.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://iseriesjava.wordpress.com/osd.xml" title="Adventures with IBM iSeries, Java, &#38; RPG/ILE" />
	<atom:link rel='hub' href='http://iseriesjava.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Free iSeries access to hone your iSeries skills at home</title>
		<link>http://iseriesjava.wordpress.com/2008/11/30/free-iseries-access-to-hone-your-iseries-skills-at-home/</link>
		<comments>http://iseriesjava.wordpress.com/2008/11/30/free-iseries-access-to-hone-your-iseries-skills-at-home/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 16:15:28 +0000</pubDate>
		<dc:creator>azureardee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iseriesjava.wordpress.com/?p=6</guid>
		<description><![CDATA[Practice your iSeries RPG/ILE and Java skills right at the comfort of your home! iSeries access outside of work can be really hard to achieve. For one thing, the purchase of a whole iSeries system (formerly known as AS/400) that costs around 16 million pesos for the purpose of tinkering is not a possible, albeit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iseriesjava.wordpress.com&amp;blog=5681898&amp;post=6&amp;subd=iseriesjava&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Practice your iSeries RPG/ILE and Java skills right at the comfort of your home!</p>
<p>iSeries access outside of work can be really hard to achieve. For one thing, the purchase of a whole iSeries system (formerly known as <em>AS/400</em>) that costs around 16 million pesos for the purpose of tinkering is not a possible, albeit economic, option. Second, if you are like me who works for a company that does not hook up their iSeries to the Internet, then you cannot work on your machine unless you are physically at the office, and unless you consume company time (overtime at the office for knowledge sake? Get real).</p>
<p>Fortunately, <a href="http://www.innovativesys.net/">Innovative Systems, LLC</a> is offering FREE iSeries (AS/400) access to those interested in furthering their iSeries administration and programming skills. Nope, there is no catch; I&#8217;ve been tinkering with it for quite some time, and I&#8217;m very happy with it.</p>
<p>Here are the steps you need to obtain a free access:</p>
<p>1.) Fill up the form at the <a href="http://www.innovativesys.net/?page_id=19">Innovative Systems site</a><br />
2.) Wait for the email regarding the IP address and username. The initial setting for the password is to be the same with your username, though this may be changed inside the iSeries itself.<br />
3.) Download a Terminal 5250 emulation software. I recommend <a href="http://tn5250.sourceforge.net">tn5250</a>, as this is what I am using right now. Works  perfectly well (Note: see this page for <a href="http://www.geocities.com/sim390/info5250.txt">undocumented tn5250 keyboard mappings</a>, such as Control-R for the &#8220;Reset&#8221; button)<br />
4.) Login using the username/password provided via the terminal, and you can now program to your heart&#8217;s content!</p>
<div id="attachment_13" class="wp-caption alignnone" style="width: 560px"><a href="http://iseriesjava.files.wordpress.com/2008/12/ribbit1.png"><img class="size-full wp-image-13" title="ribbit1" src="http://iseriesjava.files.wordpress.com/2008/12/ribbit1.png?w=550&#038;h=343" alt="Ribbit! F.R.O.G Login Page" width="550" height="343" /></a><p class="wp-caption-text">Ribbit! F.R.O.G Login Page</p></div>
<p>Optional (Java development):<br />
For those already familiar with <strong>both </strong>iSeries (AS/400) <strong>and </strong>Java, but want to reconcile the two by doing Java programs in the iSeries, you would also be needing the following:</p>
<p>5.) Your <a href="http://java.sun.com/javase/downloads/?intcmp=1281">Java SE Development Kit</a>. As a java developer, most likely you already have this setup in your workstation. Most likely you have your IDE setup too already (if not, may I suggest <a href="http://www.netbeans.org/">Netbeans</a>?) The idea is to develop the Java application in your workstation, and afterwards transfer the codes to the iSeries for compilation. Which now leads us to</p>
<p>6.) An FTP client, to transfer the files from the workstation to the iSeries (AS/400). I use the command line ftp client bundled with Windows XP. Works without a hitch.</p>
<p>Here is a good read for those of you wanting to <a href="http://publib.boulder.ibm.com/html/as400/v4r5/ic2924/info/java/rzaid/java400.pdf">get started in Java for the iSeries (AS/400)</a>.</p>
<p>Have fun tinkering and exploring!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iseriesjava.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iseriesjava.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/iseriesjava.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/iseriesjava.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/iseriesjava.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/iseriesjava.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/iseriesjava.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/iseriesjava.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/iseriesjava.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/iseriesjava.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/iseriesjava.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/iseriesjava.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/iseriesjava.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/iseriesjava.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iseriesjava.wordpress.com&amp;blog=5681898&amp;post=6&amp;subd=iseriesjava&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iseriesjava.wordpress.com/2008/11/30/free-iseries-access-to-hone-your-iseries-skills-at-home/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/edbe99708b473ad925ac3566b72bfc8d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">azureardee</media:title>
		</media:content>

		<media:content url="http://iseriesjava.files.wordpress.com/2008/12/ribbit1.png" medium="image">
			<media:title type="html">ribbit1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
