<?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>The Master Terminal &#187; IBM</title>
	<atom:link href="http://themasterterminal.com/category/ibm/feed/" rel="self" type="application/rss+xml" />
	<link>http://themasterterminal.com</link>
	<description>All about CICS Transaction Server from those who produce and use it</description>
	<lastBuildDate>Mon, 17 May 2010 06:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='themasterterminal.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/bd1cccefe96cc7233a9f198e8a22fdf7?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Master Terminal &#187; IBM</title>
		<link>http://themasterterminal.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://themasterterminal.com/osd.xml" title="The Master Terminal" />
	<atom:link rel='hub' href='http://themasterterminal.com/?pushpress=hub'/>
		<item>
		<title>CICS Explorer: Security</title>
		<link>http://themasterterminal.com/2009/08/21/cics-explorer-security/</link>
		<comments>http://themasterterminal.com/2009/08/21/cics-explorer-security/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 08:23:16 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[CICS Explorer]]></category>
		<category><![CDATA[CICS Tools]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://themasterterminal.com/?p=453</guid>
		<description><![CDATA[So you have seen the light and decided to install CICS Explorer? Well done, great decision! However, depending on your site, this might be easier said than done &#8211; not because installing Explorer is hard, but because people will probably start worrying about security now that this easy to use CICS tool is available. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=453&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">So you have seen the light and decided to install CICS Explorer? Well done, great decision!</p>
<p align="justify">However, depending on your site, this might be easier said than done &#8211; not because installing Explorer is hard, but because people will probably start worrying about security now that this easy to use CICS tool is available.</p>
<p align="justify">The point of this post is to try explain a little about CICS Explorer and security, so that you can be primed to answer any questions that may arise.</p>
<p><span id="more-453"></span></p>
<h2>Passwords</h2>
<p align="justify">A user can opt to save their password for a connection in Explorer. If this option is used, the password is stored, encrypted, in the workplace used by Explorer.</p>
<p align="justify">The default workplace is <code>c:\Documents and Settings\username\.cicsexplorer</code> (Windows) or <code>~/.cicsexplorer</code> (Linux). The default location can be changed with the <code>-data</code> option when starting Explorer. See <a href="https://publib.boulder.ibm.com/infocenter/cicsts/v4r1/topic/com.ibm.cics.ts.installation.doc/topics/explorer_configuring_workspace.html">here</a> for details. Despite the password being encrypted, this location needs to be protected &#8211; especially if it is on a network drive.</p>
<p align="justify">Depending on the type of connecton in use, SSL may be used on the conversation, this may stop passwords being transferred in clear text over the network.</p>
<p align="justify">For CMCI or Data Interface connections to CICSPlex SM, the PTFs for CICSPlex SM APARs <a href="http://www-01.ibm.com/support/docview.wss?uid=swg1PK87387">PK87387</a> (4.1) and <a href="http://www-01.ibm.com/support/docview.wss?uid=swg1PK87334">PK87334</a> (3.2) allow you to specify the acceptable cipher suites used for the conversation. For CMCI connections to an SMSS, or CICS CM, you can specify the cipher suites on the CICS TCPIPSERVICE manually.</p>
<p><strong>Note:</strong> At present, the server certificates on an SSL connection are not validated, you won&#8217;t be prompted to accept an expired certificate etc.</p>
<h2>Access</h2>
<p align="justify">The access you have with CICS Explorer depends on the type of connection and plugins you are using. The basic answer to the question is, if you have access to the equivalent function using a &#8216;traditional&#8217; interface, then you will have the same access under CICS Explorer.</p>
<h3>CMCI Connections&#8230;</h3>
<p align="justify">CMCI requests will run under the transaction CWWU by default. So use transaction security on CWWU to control who is allowed to use the CMCI.</p>
<h3>.. to CICSPlex SM</h3>
<p align="justify">As the requests will be processed by CICSPlex SM, the normal CICSPlex SM security controls are in place. e.g. CICSPlex SM Object security (CPSMOBJ) and Simulated CICS Command and Resource security.</p>
<h3>.. to a Single System(SMSS)</h3>
<p align="justify">Normal CICS Command and Resource Security is used. The IBM supplied CWWU transaction has CMDSEC=YES and RESSEC=YES.</p>
<h3>Data Interface Connection to CICSPlex SM</h3>
<p align="justify">This connection is read only. The transaction invoked on the CICSPlex SM Web User Interface (WUI) server will be COVA, so you can protect this transaction to control access to the WUI. Note that the user could also access the WUI via a browser using the normal WUI interface, where actions / updates are permitted. So you should implement CICSPlex SM Object security (CPSMOBJ) and possibly simulated Command and Resource security.</p>
<h3>CICS Configuration Manager</h3>
<p align="justify">The CICS CM  &#8216;user&#8217; Transactions, typically CCVA,CCVC,CCVR and CCVT are used. Again CICS Transaction Security may be used to control who can run these. The CICS Configuration Manager security settings are the same as used by other CICS CM interfaces, e.g. you can activate CICS CM security checking on the CICS CM commands and resource definitions.</p>
<h3>CICS Interdependancy Analyser</h3>
<p align="justify">CICS IA uses DB2 for its data. So the user needs to be granted access to the appropriate DB2 tables.</p>
<h3>CICS Performance Analyser</h3>
<p align="justify">CICS PA information is based on SMF data or a CICS PA Historical Database (HDB). Normal z/OS data set security can be used to control access to the SMF or HDB data. Once the information is in an HDB, users can export from the HDB to  to two different places for use by CICS Explorer:</p>
<ol>
<li>DB2 &#8211; so the user needs to be granted access to the appropriate DB2 tables.</li>
<li>CSV file &#8211; the user would need access to the generated CSV file to download to the workstation, so access can be controlled witn normal z/OS dataset protection.</li>
</ol>
<h3>New and Exciting Commands</h3>
<p align="justify">When you are installing CICS TS 4.1 make sure you understand that there are potentially new exciting CICS SPI commands that can give you access to things which may have been protected by other means in previous releases.</p>
<p align="justify">What I am trying to refer to is the EXEC CICS CSD commands added by CICS TS 4.1. Normally you would use transaction security to control access to the CEDA, CEDB or CEDC transactions. Now that the CSD can also be accessed via EXEC CICS CSD, you may need to make sure that CICS Command security for the &#8216;CSD&#8217; resource is defined appropriately and that command security is active for transactions that may issue this command. For example, CECI, or CWWU.</p>
<h2>Summary</h2>
<p>So to summarise, CICS Explorer isn&#8217;t about to let users alter their salaries on the Payroll CICS, nor order a new Hi-Def TV from the Web Ordering system, &#8211; Well not unless the user had access to do these sorts of things already!</p>
<p align="justify">In general if you are protecting your CICS resources today, they will be protected under CICS Explorer, using the same controls you always used.</p>
<p align="justify">If you have any questions about Security and CICS Explorer, please comment in this post, or ask away over on <a href="http://www-128.ibm.com/developerworks/forums/forum.jspa?forumID=1475">Developerworks</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/453/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/453/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/453/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=453&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2009/08/21/cics-explorer-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1fae764a24640d831faf7bb630602d4?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Grant Shayler</media:title>
		</media:content>
	</item>
		<item>
		<title>Royal Bank of Canada &amp; CICS Transaction Gateway</title>
		<link>http://themasterterminal.com/2009/08/14/royal-bank-of-canada-cics-transaction-gateway/</link>
		<comments>http://themasterterminal.com/2009/08/14/royal-bank-of-canada-cics-transaction-gateway/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 12:21:43 +0000</pubDate>
		<dc:creator>mattwhitbourne</dc:creator>
				<category><![CDATA[CICS]]></category>
		<category><![CDATA[CICS TS]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[community]]></category>

		<guid isPermaLink="false">http://themasterterminal.com/?p=439</guid>
		<description><![CDATA[Just a very short post here, to highlight a short new video with Roger Middlemiss from Royal Bank of Canada discussing his experience of using CICS Transaction Gateway and IBM&#8217;s Betaworks programme. In particular, interesting to hear how RBC are looking to move all CICS TG installations to z in the near future for high [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=439&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Just a very short post here, to highlight a short new video with Roger Middlemiss from Royal Bank of Canada discussing his experience of using CICS Transaction Gateway and IBM&#8217;s Betaworks programme. In particular, interesting to hear how RBC are looking to move all CICS TG installations to z in the near future for high availability and consolidation reasons.</p>
<p><span style="font-size:8pt;color:#000000;font-family:Tahoma;"><span style="text-align:center; display: block;"><a href="http://themasterterminal.com/2009/08/14/royal-bank-of-canada-cics-transaction-gateway/"><img src="http://img.youtube.com/vi/RLpISWQEjjM/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/439/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=439&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2009/08/14/royal-bank-of-canada-cics-transaction-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d4cc67bc58900decc1569f80f5ee2f0a?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">mattwhitbourne</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/RLpISWQEjjM/2.jpg" medium="image" />
	</item>
		<item>
		<title>CICS Explorer: SM Perspective</title>
		<link>http://themasterterminal.com/2009/05/20/cics-explorer-sm-perspective/</link>
		<comments>http://themasterterminal.com/2009/05/20/cics-explorer-sm-perspective/#comments</comments>
		<pubDate>Wed, 20 May 2009 12:58:40 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[CICS]]></category>
		<category><![CDATA[CICS Explorer]]></category>
		<category><![CDATA[CICSPlex SM]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[SSI]]></category>
		<category><![CDATA[WUI]]></category>

		<guid isPermaLink="false">http://themasterterminal.com/?p=263</guid>
		<description><![CDATA[The SM (System Management) perspective in CICS Explorer provides different capabilities depending on the connections you choose to configure and the CICS TS version that you have. This post attempts to describe some of the differences with the connections you can use. CICSPlex SM WUI Data interface This connection is available with all currently supported [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=263&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align='justify'>The SM (System Management) perspective in CICS Explorer provides different capabilities depending on the connections you choose to configure and the CICS TS version that you have. This post attempts to describe some of the differences with the connections you can use.</p>
<p><span id="more-263"></span></p>
<h3>CICSPlex SM WUI Data interface</h3>
<p align='justify'>This connection is available with all currently supported CICS TS releases. It requires that the customer has setup CICSPlex SM and a CICSPlex SM WUI (Web User Interface). CICS Explorer users configure a connection to the usual WUI hostname and port (that you would use in a web browser). </p>
<p align='justify'>This interface is &#8216;read only&#8217;. You can retrieve data, but not &#8216;alter&#8217; it, for example, while you can see CICS tasks, you cannot purge them.</p>
<p align='justify'>As this is a CICSPlex SM interface, you can work with the context and scopes that are normally available, exploiting the CICSPlex SM &#8216;Single System Image&#8217; (SSI) capabilities.</p>
<h3>CICS Management Client Interface (CMCI)</h3>
<p align='justify'>This is the connection that has been keeping my fellow blogger, Chris, busy. It is new with CICS TS V4. It provides full &#8216;CRUD&#8217; (Create / Remove / Update / Delete) capabilities, so unlike the Data Interface option previously described, you can purge tasks, discard files etc.</p>
<p align='justify'>The CMCI can operate with two different types of host:</p>
<h4>CICSPlex SM WUI</h4>
<p align='justify'>This option requires CICSPlex SM. Using a CICS TS V4 WUI, there is a new WUI System parameter (CMCIPORT) to allow you to configure an additional port number that is used for the CMCI interface. A WUI can now have two TCPIPSERVICEs and ports, one for HTML based WUI web browser users, and another for the XML based CMCI users &#8211; which includes CICS Explorer.</p>
<p align='justify'>As this is a CICSPlex SM interface, you can work with the context and scopes that are normally available with the CICSPlex SM &#8216;Single System Image&#8217; (SSI) capabilities.</p>
<h4>System Managed Single Server (SMSS)</h4>
<p align='justify'>SMSS allows the CMCI with a standalone CICS region. You don&#8217;t need to configure any CICSPlex SM components, or set up any CICSPlex SM infrastructure like CMASes and WUI Servers.</p>
<p align='justify'>Using this variation of the interface, you can only work with the single CICS region that you are connected to. Each CICS, that you manage, needs to run the SMSS code, and you have to have a TCPIPSERVICE and unique port number configured for each region.</p>
<h3>Examples</h3>
<p align='justify'>The following graphic attempts to show some different CMCI topologies. With CICS Explorer, the SM perspective is connected via one connection at a time. So to work with any of the green CICS in the CICSplex, the Explorer user connects to the CMCIPORT on the WUI server on the left and CICSPlex SM handles the requests to all of the CICS that are part of the CICSplex, e.g. CICSPlex SM communications will be used to manage the green CICS on the right.</p>
<p><a href="http://masterterminal.files.wordpress.com/2009/05/cmci-001.jpg"><img src="http://masterterminal.files.wordpress.com/2009/05/cmci-001.jpg?w=450&#038;h=337" alt="CMCI Topologies" title="CMCI Topologies" width="450" height="337" class="aligncenter size-large wp-image-276" /></a></p>
<p align='justify'>The brown CICS  in the graphic above, attempt to show that the CICS Explorer user must connect to each of these CICS in turn to manage the &#8216;single system&#8217;.</p>
<p align='justify'>With the CMCI, a CICS can either be CICSPlex SM managed, or an SMSS. You can&#8217;t use both interfaces at the same time. Only one of the &#8216;pink arrows&#8217; can be active at a time.</p>
<h3>Getting to CICS TS V4</h3>
<p align='justify'>If you are a CICSPlex SM user today with CICS TS V3, you can get up and running to look (and not touch) with the SM perspective very quickly &#8211; using your existing WUI.</p>
<p align='justify'>Depending on your configuration, as soon as you get a CICS TS V4 CMAS (MP) and WUI server running, you may be able to start performing actions on your CICS TS V3 CICS while you complete your migration to CICS TS V4. However There are some rules you need to follow:</p>
<ol>
<li>The CICSPlex SM Maintenance point CMAS must be the highest level, so CICS TS V4.
<li>The CICSPlex SM WUI Server must be the highest level and connect to a CICS TS V4 CMAS.
<li>The CICSPlex SM code in a CMAS and WUI Server must run on a CICS 660 region.
<li>The CICSPlex SM agent code running in a user CICS (MAS) needs to be the same as CMAS release.
</ol>
<p align='justify'>The CICSPlex SM V4 code can run in older releases of CICS, so you can manage a CICS 640 region with CICSPlex SM V4, and use the CMCI to gain CRUD access (for supported resources) to this &#8216;CICS TS V3 CICS&#8217;.</p>
<p align='justify'>CMASes can be different releases, so for example, you can have a CICSPlex SM V4 CMAS communicating to a CICSPlex SM V3 CMAS, but see rule 1 above, the V4 CMAS must be the MP CMAS for all the CICSplexes that are to be accessed. Using this setup, you will have CRUD access to the CICS TS V3 CICS managed by the CICSPlex SM V3 CMAS.</P></p>
<p align='justify'>The following graphic attempts to illustrate:</p>
<p><a href="http://masterterminal.files.wordpress.com/2009/05/cmci-0021.jpg"><img src="http://masterterminal.files.wordpress.com/2009/05/cmci-0021.jpg?w=450&#038;h=337" alt="Releases" title="Releases" width="450" height="337" class="aligncenter size-full wp-image-294" /></a></p>
<p align="justify">Depending on the other CICS tools installed, you may have support for additional types of connection, but this post is just attempting to describe the capabilities of the SM perspective.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=263&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2009/05/20/cics-explorer-sm-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1fae764a24640d831faf7bb630602d4?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Grant Shayler</media:title>
		</media:content>

		<media:content url="http://masterterminal.files.wordpress.com/2009/05/cmci-001.jpg" medium="image">
			<media:title type="html">CMCI Topologies</media:title>
		</media:content>

		<media:content url="http://masterterminal.files.wordpress.com/2009/05/cmci-0021.jpg" medium="image">
			<media:title type="html">Releases</media:title>
		</media:content>
	</item>
		<item>
		<title>CICS TS 4.1 Open Beta is Live</title>
		<link>http://themasterterminal.com/2009/04/01/cics-ts-41-open-beta-is-live/</link>
		<comments>http://themasterterminal.com/2009/04/01/cics-ts-41-open-beta-is-live/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 08:18:14 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[CICS]]></category>
		<category><![CDATA[CICSPlex SM]]></category>
		<category><![CDATA[IBM]]></category>

		<guid isPermaLink="false">http://themasterterminal.com/?p=250</guid>
		<description><![CDATA[The CICS TS 4.1 Open Beta site is now live. If you want to get your hands on an early version of CICS TS 4.1 go here. Questions or problems with the Beta may be raised on developerWorks.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=250&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align='justify'>The CICS TS 4.1 Open Beta site is now live. If you want to get your hands on an early version of CICS TS 4.1 go <a href='https://www14.software.ibm.com/iwm/web/cc/earlyprograms/ibm/cicsts41open'>here</a>.</p>
<p align='justify'>Questions or problems with the Beta may be raised on <a href='http://www.ibm.com/developerworks/forums/forum.jspa?forumID=1624'>developerWorks</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/250/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=250&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2009/04/01/cics-ts-41-open-beta-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1fae764a24640d831faf7bb630602d4?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Grant Shayler</media:title>
		</media:content>
	</item>
		<item>
		<title>CICS Transaction Server for z/OS V4.1 preview</title>
		<link>http://themasterterminal.com/2009/02/24/cts41-preview/</link>
		<comments>http://themasterterminal.com/2009/02/24/cts41-preview/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 13:26:50 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[CICS]]></category>
		<category><![CDATA[CICS Explorer]]></category>
		<category><![CDATA[CICS TS]]></category>
		<category><![CDATA[CICSPlex SM]]></category>
		<category><![CDATA[IBM]]></category>

		<guid isPermaLink="false">http://themasterterminal.com/?p=198</guid>
		<description><![CDATA[The IBM CICS team is busy working on CICS Transaction Server for z/OS Version 4 Release 1 and you can read a preview about this upcoming release in this Preview announcement letter. A couple of videos are available: Technical Overview: Business Value: If you have any questions, go over to the I &#9829; CICS facebook [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=198&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align='justify'>The IBM CICS team is busy working on CICS Transaction Server for z/OS Version 4 Release 1 and you can read a preview about this upcoming release in this <a href="http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&amp;subtype=ca&amp;supplier=897&amp;appname=IBMLinkRedirect&amp;letternum=ENUS209-035">Preview announcement letter</a>.</p>
<p align='justify'>A couple of videos are available:</p>
<h4>Technical Overview:</h4>
<p><span style="text-align:center; display: block;"><a href="http://themasterterminal.com/2009/02/24/cts41-preview/"><img src="http://img.youtube.com/vi/8KoyvfieQZ8/2.jpg" alt="" /></a></span></p>
<h4>Business Value:</h4>
<p><span style="text-align:center; display: block;"><a href="http://themasterterminal.com/2009/02/24/cts41-preview/"><img src="http://img.youtube.com/vi/W_w6t81VbYc/2.jpg" alt="" /></a></span></p>
<p align='jusify'> If you have any questions, go over to the <a href='http://www.facebook.com/group.php?gid=4907254593'>I &hearts; CICS</a> facebook group, or collar one of the <a href="http://themasterterminal.com/2009/02/24/cts41share">CICS team attending Share</a>, or add a comment to this post.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=198&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2009/02/24/cts41-preview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1fae764a24640d831faf7bb630602d4?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Grant Shayler</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/8KoyvfieQZ8/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/W_w6t81VbYc/2.jpg" medium="image" />
	</item>
		<item>
		<title>IBM System z tweets</title>
		<link>http://themasterterminal.com/2008/11/21/ibm-system-z-tweets/</link>
		<comments>http://themasterterminal.com/2008/11/21/ibm-system-z-tweets/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 11:00:18 +0000</pubDate>
		<dc:creator>Chris Hodgins</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[SystemZ]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=143</guid>
		<description><![CDATA[If you are looking for updates on IBM System z software, check out the twitter stream for IBM_System_z. For more information regarding System z software, the IBM site has plenty to read at: http://www-01.ibm.com/software/os/systemz/en_US/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=143&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>If you are looking for updates on IBM System z software, check out the <a title="Twitter" href="http://twitter.com">twitter</a> stream for <a title="IBM System z twitter stream" href="http://twitter.com/IBM_System_z">IBM_System_z</a>.</p>
<p>For more information regarding System z software, the IBM site has plenty to read at:</p>
<p><a title="IBM System z software" href="http://www-01.ibm.com/software/os/systemz/en_US/">http://www-01.ibm.com/software/os/systemz/en_US/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=143&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2008/11/21/ibm-system-z-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a116c8b08bba9db84fe560058e101978?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">chrishodgins</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM CICS Explorer supportPac</title>
		<link>http://themasterterminal.com/2008/11/05/ibm-cics-explorer-supportpac/</link>
		<comments>http://themasterterminal.com/2008/11/05/ibm-cics-explorer-supportpac/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 19:06:18 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[CICS]]></category>
		<category><![CDATA[CICS TS]]></category>
		<category><![CDATA[CICSPlex SM]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[IBM]]></category>

		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=134</guid>
		<description><![CDATA[Four new supportPacs were announced today: CICS Explorer for Windows (CS1J) CICS tools plugins (CS1N) CICS Explorer SDK (CA1R) CICS Explorer for Linux (CS1O) For details of these supportPacs check out this announcement. A developerWorks CICS Explorer forum is available if you have any questions about these supportPacs.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=134&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www-01.ibm.com/software/htp/images/cics_explorer_graphic_141x120.gif" title="CICS Explorer" class="alignright" width="141" height="120" /></p>
<p align="justify">Four new supportPacs were announced today:</p>
<ul>
<li>CICS Explorer for Windows (CS1J)</li>
<li>CICS tools plugins (CS1N)</li>
<li>CICS Explorer SDK (CA1R)</li>
<li>CICS Explorer for Linux (CS1O)</li>
</ul>
<p>For details of these supportPacs check out this <a href="http://www-01.ibm.com/support/docview.wss?uid=swg24020718">announcement</a>.</p>
<p align="justify">A <a href="http://www.ibm.com/developerworks/forums/forum.jspa?forumID=1475">developerWorks CICS Explorer forum</a> is available if you have any questions  about these supportPacs.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=134&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2008/11/05/ibm-cics-explorer-supportpac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1fae764a24640d831faf7bb630602d4?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Grant Shayler</media:title>
		</media:content>

		<media:content url="http://www-01.ibm.com/software/htp/images/cics_explorer_graphic_141x120.gif" medium="image">
			<media:title type="html">CICS Explorer</media:title>
		</media:content>
	</item>
		<item>
		<title>CICS Explorer</title>
		<link>http://themasterterminal.com/2008/08/07/cics-explorer/</link>
		<comments>http://themasterterminal.com/2008/08/07/cics-explorer/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 09:43:22 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[CICS]]></category>
		<category><![CDATA[CICS Explorer]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[conference]]></category>

		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=108</guid>
		<description><![CDATA[In case you have missed it, IBM has released a Statement of Direction for CICS Explorer &#8211; the &#8220;New Face of CICS&#8221;. This is an Eclipse based Integration tool for CICS and CICS tooling. Read more about it and see how you can get involved in the Beta program for CICS Explorer by checking out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=108&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">In case you have missed it, IBM has released a Statement of Direction for <a href="http://www.ibm.com/software/htp/cics/explorer/">CICS Explorer</a> &#8211; the &#8220;New Face of CICS&#8221;. This is an Eclipse based Integration tool for CICS and CICS tooling. </p>
<p align="justify">Read more about it and see how you can get involved in the Beta program for CICS Explorer by checking out the latest issue of the <a href="http://www.ibm.com/software/htp/cics/enews/">CICS Portfolio e-Newsletter</a> </p>
<p align="justify">If you have questions, add a comment to this post, but please remember we can&#8217;t go into details for non GA products.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/masterterminal.wordpress.com/108/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/masterterminal.wordpress.com/108/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=108&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2008/08/07/cics-explorer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1fae764a24640d831faf7bb630602d4?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Grant Shayler</media:title>
		</media:content>
	</item>
		<item>
		<title>Computer Business Review: Hursley supplement</title>
		<link>http://themasterterminal.com/2008/08/05/computer-business-review-hursley-supplement/</link>
		<comments>http://themasterterminal.com/2008/08/05/computer-business-review-hursley-supplement/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 12:36:35 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[CICS TS]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[nostalgia]]></category>

		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=99</guid>
		<description><![CDATA[The July edition of Computer Business Review contains a supplement that celebrates 50 years of innovation at Hursley. You can see an electronic copy of this supplement here. (Note that this online viewer requires Flash.)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=99&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">The July edition of <a href="http://www.cbronline.com/">Computer Business Review</a> contains a supplement that celebrates 50 years of innovation at Hursley. You can see an electronic copy of this supplement <a href="http://viewer.zmags.com/showmag.php?mid=hrwww&amp;launcher=1">here</a>. (Note that this online viewer requires Flash.)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/masterterminal.wordpress.com/99/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/masterterminal.wordpress.com/99/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=99&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2008/08/05/computer-business-review-hursley-supplement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1fae764a24640d831faf7bb630602d4?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Grant Shayler</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM 50 Years at Hursley</title>
		<link>http://themasterterminal.com/2008/07/01/ibm-50-years-at-hursley/</link>
		<comments>http://themasterterminal.com/2008/07/01/ibm-50-years-at-hursley/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 10:38:42 +0000</pubDate>
		<dc:creator>Grant</dc:creator>
				<category><![CDATA[CICS]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[nostalgia]]></category>

		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=88</guid>
		<description><![CDATA[This Saturday, IBM Hursley is celebrating being at Hursley for 50 years. Full CICS responsibility didn&#8217;t come to Hursley until 1st January 1975, when Hursley traded PL/I with the Palo Alto Lab for CICS, making CICS a significant part of IBM Hursley History. Although I am a relative &#8216;new boy&#8217;, first visiting Hursley in 1989, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=88&subd=masterterminal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p align="justify">This Saturday, IBM Hursley is celebrating being at Hursley for 50 years.</p>
<p align="justify">Full CICS responsibility didn&#8217;t come to Hursley until 1st January 1975, when Hursley traded PL/I with the Palo Alto Lab for CICS, making CICS a significant part of IBM Hursley History.</p>
<p align="justify">Although I am a relative &#8216;new boy&#8217;, first visiting Hursley in 1989, I have had a dig through my cupboards for some nostalgia, I came across a couple of old CICS &#8216;cherry picker&#8217; photos.</p>
<p align="justify">These photos were taken by the Hursley photographic department perched perilously (though I am sure in full compliance with health and safety standards of the time) on a cherry picker, while all the teams involved in producing the new release were invited out onto the lawn in the front of Hursley house.</p>
<p align="justify">First up is circa 1989, CICS 3.1.1 photo:</p>
<p><a href="http://masterterminal.files.wordpress.com/2008/07/save0025.jpg"><img class="aligncenter size-medium wp-image-89" src="http://masterterminal.files.wordpress.com/2008/07/save0025.jpg?w=300&#038;h=239" alt="CICS Lawn Photo" width="300" height="239" /></a><br />
<span id="more-88"></span></p>
<p align="justify">Circa 1990, CICS 3.2.1:</p>
<p><a href="http://masterterminal.files.wordpress.com/2008/07/save0026.jpg"><img class="aligncenter size-medium wp-image-90" src="http://masterterminal.files.wordpress.com/2008/07/save0026.jpg?w=300&#038;h=241" alt="CICS 3.2.1 Lawn photo" width="300" height="241" /></a></p>
<p align="justify">Circa 1991, CICS 3.3:</p>
<p><a href="http://masterterminal.files.wordpress.com/2008/07/save0027.jpg"><img class="aligncenter size-medium wp-image-91" src="http://masterterminal.files.wordpress.com/2008/07/save0027.jpg?w=300&#038;h=240" alt="CICS 3.3 Lawn Photo" width="300" height="240" /></a></p>
<p align="justify">Just look how may ties were worn in these photos, it isn&#8217;t like that around Hursley today!</p>
<p align="justify">While the celebration on Saturday is for IBM employees and their families, if you are in the area you might catch the Spitfire fly-past and aerobatic display at 16:00.</p>
<p align="justify">Got any CICS nostalgia or IBM Hursley history? Add a comment with a link, or use the &#8216;Share with us&#8217; link above.</p>
<p align="justify"><strong>Note:</strong> All photos copyright IBM Hursley.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/masterterminal.wordpress.com/88/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/masterterminal.wordpress.com/88/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/masterterminal.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/masterterminal.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/masterterminal.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/masterterminal.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/masterterminal.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/masterterminal.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/masterterminal.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/masterterminal.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/masterterminal.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/masterterminal.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=themasterterminal.com&blog=2235341&post=88&subd=masterterminal&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://themasterterminal.com/2008/07/01/ibm-50-years-at-hursley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1fae764a24640d831faf7bb630602d4?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Grant Shayler</media:title>
		</media:content>

		<media:content url="http://masterterminal.files.wordpress.com/2008/07/save0025.jpg?w=300" medium="image">
			<media:title type="html">CICS Lawn Photo</media:title>
		</media:content>

		<media:content url="http://masterterminal.files.wordpress.com/2008/07/save0026.jpg?w=300" medium="image">
			<media:title type="html">CICS 3.2.1 Lawn photo</media:title>
		</media:content>

		<media:content url="http://masterterminal.files.wordpress.com/2008/07/save0027.jpg?w=300" medium="image">
			<media:title type="html">CICS 3.3 Lawn Photo</media:title>
		</media:content>
	</item>
	</channel>
</rss>