<?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/"
	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>Comments on: 6 reasons to start using CICSPlex SM today</title>
	<atom:link href="http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/feed/" rel="self" type="application/rss+xml" />
	<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/</link>
	<description>All about CICS Transaction Server from those who produce and use it</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:29:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jerry Levine</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-836</link>
		<dc:creator><![CDATA[Jerry Levine]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 19:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-836</guid>
		<description><![CDATA[Thanks for the reply. Would the TCA address + tasknum of the current task make for a good unique identifier?]]></description>
		<content:encoded><![CDATA[<p>Thanks for the reply. Would the TCA address + tasknum of the current task make for a good unique identifier?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ijmitch</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-835</link>
		<dc:creator><![CDATA[ijmitch]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 19:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-835</guid>
		<description><![CDATA[UEPURID will have the value of the local UOW which will change when we create a new UOW during a mid-task syncpoint. So it does not sound useful for your purpose.]]></description>
		<content:encoded><![CDATA[<p>UEPURID will have the value of the local UOW which will change when we create a new UOW during a mid-task syncpoint. So it does not sound useful for your purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Levine</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-834</link>
		<dc:creator><![CDATA[Jerry Levine]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 09:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-834</guid>
		<description><![CDATA[Does a given task define a single unique UOW value in UEPURID for the life of the transaction, or can there be multiple UOW values during a single transaction?

I&#039;m looking for a unique identifier at trans start TRUE invocation which can be deduced during the trans end TRUE invocation for the same task.

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Does a given task define a single unique UOW value in UEPURID for the life of the transaction, or can there be multiple UOW values during a single transaction?</p>
<p>I&#8217;m looking for a unique identifier at trans start TRUE invocation which can be deduced during the trans end TRUE invocation for the same task.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian J Mitchell</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-819</link>
		<dc:creator><![CDATA[Ian J Mitchell]]></dc:creator>
		<pubDate>Sat, 11 Jun 2011 08:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-819</guid>
		<description><![CDATA[We give two fields related to the UOW&#039;s identity to the TRUE.

UEPURID is the &#039;local&#039; UOWID which is simply a STCK taken when the unit-of-work is initialised. STCKs are unique within an LPAR, but you might get identical STCKs generated on different LPARs.

UEPUOWDS is the (typically 27 byte) network-qualified UOW id (aka the LU6.2 UOWID, but every UOW has one not just those involved with LU6.2). This is made up of the VTAM network and netname of the region, a portion of the local UOWID and a sequence number. So this WILL be unique within a plex.

CICS uses the network-qualified UOWID a lot of the time (eg if resync is performed).]]></description>
		<content:encoded><![CDATA[<p>We give two fields related to the UOW&#8217;s identity to the TRUE.</p>
<p>UEPURID is the &#8216;local&#8217; UOWID which is simply a STCK taken when the unit-of-work is initialised. STCKs are unique within an LPAR, but you might get identical STCKs generated on different LPARs.</p>
<p>UEPUOWDS is the (typically 27 byte) network-qualified UOW id (aka the LU6.2 UOWID, but every UOW has one not just those involved with LU6.2). This is made up of the VTAM network and netname of the region, a portion of the local UOWID and a sequence number. So this WILL be unique within a plex.</p>
<p>CICS uses the network-qualified UOWID a lot of the time (eg if resync is performed).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Snyder</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-817</link>
		<dc:creator><![CDATA[Ken Snyder]]></dc:creator>
		<pubDate>Fri, 10 Jun 2011 21:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-817</guid>
		<description><![CDATA[I have a question about CICSPLEX with respect to UOWID, the Unit of Work Id.
The UOWID is a unique id acquired via the STCK instruction.  It is created by CICS and passed to a Task Related User Exit.
Under CICSPLEX, will the UOWID be unique across CICSs?]]></description>
		<content:encoded><![CDATA[<p>I have a question about CICSPLEX with respect to UOWID, the Unit of Work Id.<br />
The UOWID is a unique id acquired via the STCK instruction.  It is created by CICS and passed to a Task Related User Exit.<br />
Under CICSPLEX, will the UOWID be unique across CICSs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Implementing CICSPlex &#8211; Overview &#171; Steve Baugh &#8211; The CICS Guy</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-650</link>
		<dc:creator><![CDATA[Implementing CICSPlex &#8211; Overview &#171; Steve Baugh &#8211; The CICS Guy]]></dc:creator>
		<pubDate>Sun, 14 Nov 2010 15:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-650</guid>
		<description><![CDATA[[...] CICS Explorer in V3 of CICS/TS, but not in V4). Chris Hodgins over at The Master Terminal posted 6 reasons you should implement CICSPlex. However, I just could not find the time to put all the pieces together to get it set up in our [...]]]></description>
		<content:encoded><![CDATA[<p>[...] CICS Explorer in V3 of CICS/TS, but not in V4). Chris Hodgins over at The Master Terminal posted 6 reasons you should implement CICSPlex. However, I just could not find the time to put all the pieces together to get it set up in our [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-292</link>
		<dc:creator><![CDATA[Grant]]></dc:creator>
		<pubDate>Sat, 25 Apr 2009 18:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-292</guid>
		<description><![CDATA[Hi Roger,

You don&#039;t need to define a PORT in the TCPIP profile, but if you do want to reserve the port to your WUI Server, then the third operand (where you have OMVS) would be your WUI server jobname.

Cheers... Grant]]></description>
		<content:encoded><![CDATA[<p>Hi Roger,</p>
<p>You don&#8217;t need to define a PORT in the TCPIP profile, but if you do want to reserve the port to your WUI Server, then the third operand (where you have OMVS) would be your WUI server jobname.</p>
<p>Cheers&#8230; Grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger lin</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-289</link>
		<dc:creator><![CDATA[roger lin]]></dc:creator>
		<pubDate>Wed, 22 Apr 2009 16:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-289</guid>
		<description><![CDATA[Hi,
 A port number is required to specified for WUI. Would you please tell me what is the correct unique port statement to be defined in TCP/IP profile.

      9000 TCP OMVS   is this correct or not?

I will be appreciated for your reply.

Regards,

Roger Lin]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
 A port number is required to specified for WUI. Would you please tell me what is the correct unique port statement to be defined in TCP/IP profile.</p>
<p>      9000 TCP OMVS   is this correct or not?</p>
<p>I will be appreciated for your reply.</p>
<p>Regards,</p>
<p>Roger Lin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James O'Grady</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-261</link>
		<dc:creator><![CDATA[James O'Grady]]></dc:creator>
		<pubDate>Thu, 12 Mar 2009 16:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-261</guid>
		<description><![CDATA[Hi Roger,

if you&#039;re running CICS TS 3.2 you should be able to run CICSPlex SM as well.  The CICS InfoCenter has some checklists as to what needs to be done to activate CICSplex SM.  At a minimum you will need a CMAS (CICSPlex SM Address Space) which will manage the CICSPlex, and a WUI (Web User Interface) that is used to interact with CICSPlex SM.

The InfoCenter has instructions to get CICSPlex SM installed and verified.  There is then a learning path called &quot;Installing CICSPlex SM - WUI scenario&quot; which takes you through defining more and more CICS regions, CMASes and links between them.

You can use CICSPlex for monitoring CICS regions, for performing operations (like changing connections and files to open or closed), for defining resources (using Business Application Services) and for Workload Management between CICS regions too.

Hope OK,

James (CICSPlex SM System Test in Hursley)]]></description>
		<content:encoded><![CDATA[<p>Hi Roger,</p>
<p>if you&#8217;re running CICS TS 3.2 you should be able to run CICSPlex SM as well.  The CICS InfoCenter has some checklists as to what needs to be done to activate CICSplex SM.  At a minimum you will need a CMAS (CICSPlex SM Address Space) which will manage the CICSPlex, and a WUI (Web User Interface) that is used to interact with CICSPlex SM.</p>
<p>The InfoCenter has instructions to get CICSPlex SM installed and verified.  There is then a learning path called &#8220;Installing CICSPlex SM &#8211; WUI scenario&#8221; which takes you through defining more and more CICS regions, CMASes and links between them.</p>
<p>You can use CICSPlex for monitoring CICS regions, for performing operations (like changing connections and files to open or closed), for defining resources (using Business Application Services) and for Workload Management between CICS regions too.</p>
<p>Hope OK,</p>
<p>James (CICSPlex SM System Test in Hursley)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger lin</title>
		<link>http://themasterterminal.com/2008/06/25/6-reasons-to-start-using-cicsplex-sm-today/#comment-260</link>
		<dc:creator><![CDATA[roger lin]]></dc:creator>
		<pubDate>Thu, 12 Mar 2009 15:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=81#comment-260</guid>
		<description><![CDATA[Hi,

We are running CICS/TS 3.2. What is the minimum requirement to run CPSM? I heard MVS/TSO ISPF end user
interface is not available in CICS/TS 3.2. If this is true, then does WUI become the way to interface to CPSM? 
I do not have any experience in CPSM. We are thinking
to implement CPSM. Any answers or comments are appreciated.

Roger Lin]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>We are running CICS/TS 3.2. What is the minimum requirement to run CPSM? I heard MVS/TSO ISPF end user<br />
interface is not available in CICS/TS 3.2. If this is true, then does WUI become the way to interface to CPSM?<br />
I do not have any experience in CPSM. We are thinking<br />
to implement CPSM. Any answers or comments are appreciated.</p>
<p>Roger Lin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

