<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<feed xmlns="http://www.w3.org/2005/Atom">

	<title>Plex/2E Feed Aggregator</title>
	<link rel="self" href="http://wiki.plexinfo.net/feeds/atom.xml"/>
	<link href="http://wiki.plexinfo.net/feeds/"/>
	<id>http://wiki.plexinfo.net/feeds/atom.xml</id>
	<updated>2012-02-05T01:45:12+00:00</updated>
	<generator uri="http://www.planetplanet.org/">Planet/2.0 +http://www.planetplanet.org</generator>

	<entry>
		<title type="html">RE: Multiple Mail Recipents</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97474476"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97474476</id>
		<updated>2012-02-04T09:01:28+00:00</updated>
		<content type="html">&lt;a href=&quot;http://edge.plexinfo.net/?action=edge&amp;forum=479&amp;thread=29376#MessageId88999&quot;&gt;ResolveMailName&lt;/a&gt;</content>
		<author>
			<name>GeorgeJeffcock</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97470252"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97470252</id>
		<updated>2012-02-03T19:53:39+00:00</updated>
		<content type="html">Hi Mark,&lt;br /&gt;&lt;br /&gt;First off, this isn&amp;#039;t me questioning your results, rather me just trying to understand what I am hearing!&lt;br /&gt;&lt;br /&gt;What sort of hardware is this being run on?&lt;br /&gt;What version of the operating system are you using?&lt;br /&gt;&lt;br /&gt;I can understand that there would be additional overhead reading an LF vs. a PF, but I wouldn&amp;#039;t expect it to be in the region of 800%.&lt;br /&gt;&lt;br /&gt;I compared my 19 million reads of PF vs LF and I really didn&amp;#039;t see that much of a difference. I then tried an LF that would have absolutely no correlation to the Physical sequence of records. Similar results.&lt;br /&gt;&lt;br /&gt;I&amp;#039;m also quite confused by your reference to sorting the PF in the LF&amp;#039;s sequence. I can see that might have some potential performance gain, perhaps, but frankly the IBM i nowadays is so good at handling all this sort of thing under tha covers that I would expect the difference to be negligible. Otherwise your saying that the system is optimized to accessing data in the Physical order, and I just can&amp;#039;t see how that can be the case. Otherwise there&amp;#039;d be no way to access the data in any other fashion with any reasonable response. My opinion is that the IBM i is the best in class at database access, and the idea that performance drops 8 times because of the physical order or records in the file see to go against that idea.&lt;br /&gt;&lt;br /&gt;On my system I generate DDL for TABLE/INDEX, but still use RPG RLA. So I am using INDEX access paths. But even so, DDS LF&amp;#039;s were given the same access path size as DDL INDEX&amp;#039;s in either release 5.4 or release 6.1, so they can be shared. When I originally moved everything over to DDL, one of the main reasons was for performance, we have a high READ system. DDS validates data on READ, whereas DDL validates data on WRITE, so you remove the data validation piece when using a SQL TABLE vs. using a DDS PF. But I have read a lot in the last few years that makes me wonder if that is really a problem any more. At least it is no longer touted as the main reason to rebuild using DDL. One of the other reasons was for DB2/Web Query access, and creating EVI INDEX&amp;#039;s and lots of other fancy things for that. While we could probably have continued using DDS, it seemed that replacing DDS with DDL was the route the machine was taking anyway, so I jumped on board.&lt;br /&gt;&lt;br /&gt;I would hope that the similarity in performance that I see, and the disparity that you are seeing is not purely down to a DDS vs. DDL scenario. Maybe that is the case.&lt;br /&gt;&lt;br /&gt;Sorry if I was rambling, I do enjoy the subject :)&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97468160"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97468160</id>
		<updated>2012-02-03T15:52:51+00:00</updated>
		<content type="html">Hi All,&lt;br /&gt;&lt;br /&gt;ran a few tests see below&lt;br /&gt;&lt;br /&gt;A few notes on these figures there not very scientific - just to give a feel.&lt;br /&gt;Elapsed time is obviously affected by all the other jobs on the system - I chopped the job with the unblocked reads (Test d) as it was taking too long.&lt;br /&gt;I&amp;#039;ve listed CPU seconds which may be more interesting (as the job in its current state could finish in a shorter time - i.e. all waits eliminated) but you really need to use a tool like performance explorer to give you an insight into the components of the job and what they are up to.&lt;br /&gt;The file I was using (78 million records) has never been reorganized, I&amp;#039;m sure the reads using the LF would be closer to the PF if I bother to re-org it in the LF sequence.&lt;br /&gt;&lt;br /&gt;Test a) Blocking over LF, Number of records as defaulted by complier/OS&lt;br /&gt;Elapse time 104 mins&lt;br /&gt;CPU seconds: 491&lt;br /&gt;&lt;br /&gt;Test b) Blocking over LF, Number of records set to 10,000&lt;br /&gt;Elapse time: 64 mins&lt;br /&gt;CPU secs: 377&lt;br /&gt;&lt;br /&gt;Test c) Blocking over LF, Number of records set to 32,000&lt;br /&gt;Elapse time: 141 mins&lt;br /&gt;CPU secs: 406&lt;br /&gt;&lt;br /&gt;Test d) No blocking over LF&lt;br /&gt;Elapse time: 230+ mins&lt;br /&gt;CPU secs: 250+&lt;br /&gt;Ended as only a quarter of the way through so would estimate around 1000 CPU secs and elapse time around 12+ hours (it started running in our quiet time overnight but hadn&amp;#039;t finished by morning).&lt;br /&gt;&lt;br /&gt;Test e) Blocking over PF, Number of records as defaulted by complier/OS&lt;br /&gt;Elapse time: 12 mins 1 secs&lt;br /&gt;CPU secs: 70&lt;br /&gt;&lt;br /&gt;Test f) Blocking over PF, Number of records set to 32000&lt;br /&gt;Elapse time: 11 mins 1 secs&lt;br /&gt;CPU secs: 55&lt;br /&gt;&lt;br /&gt;Test g) No blocking reads over physical&lt;br /&gt;Elapse time: 14 mins 1 sec&lt;br /&gt;CPU secs: 69&lt;br /&gt;&lt;br /&gt;The results of tests e and g seem about the same - the OS seemed to be doing blocking even though I hadn&amp;#039;t specified it.</content>
		<author>
			<name>MG</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Object Main</title>
		<link href="http://wiki.plex-xml.com/index.php?title=Object_Main&amp;diff=2773&amp;oldid=prev"/>
		<id>http://wiki.plex-xml.com/index.php?title=Object_Main&amp;diff=2773&amp;oldid=prev</id>
		<updated>2012-02-03T11:56:42+00:00</updated>
		<content type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Object Main==&lt;br /&gt;
&lt;br /&gt;
* Table-Name: '''aobjmt'''&lt;br /&gt;
&lt;br /&gt;
===Fields===&lt;br /&gt;
 --&amp;gt; Key fields Main, Group, Type&lt;br /&gt;
 OBJMID  Key decimal(15,0)&lt;br /&gt;
 OBJGID  Group Key decimal(15,0)&lt;br /&gt;
 OBJTID  Type Key decimal(15,0)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; varchar 100 &lt;br /&gt;
 OBJTX1  varchar(100) --&amp;gt; Business key that is used in Combo-Boxes, Relations ...&lt;br /&gt;
 OBJTX2  varchar(100)&lt;br /&gt;
 OBJTX3  varchar(100)&lt;br /&gt;
 OBJTX4  varchar(100)&lt;br /&gt;
 OBJTX5  varchar(100)&lt;br /&gt;
 OBJTX6  varchar(100)&lt;br /&gt;
 OBJTX7  varchar(100)&lt;br /&gt;
 OBJTX8  varchar(100)&lt;br /&gt;
 OBJTX9  varchar(100)&lt;br /&gt;
 OBJTXA  varchar(100)&lt;br /&gt;
 OBJTXB  varchar(100)&lt;br /&gt;
 OBJTXC  varchar(100)&lt;br /&gt;
 OBJTXD  varchar(100)&lt;br /&gt;
 OBJTXE  varchar(100)&lt;br /&gt;
 OBJTXF  varchar(100)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; varchar 1000&lt;br /&gt;
 OBJ1T1  varchar(1000)&lt;br /&gt;
 OBJ1T2  varchar(1000)&lt;br /&gt;
 OBJ1T3  varchar(1000)&lt;br /&gt;
 OBJ1T4  varchar(1000)&lt;br /&gt;
 OBJ1T5  varchar(1000)&lt;br /&gt;
 OBJ1T6  varchar(1000)&lt;br /&gt;
 OBJ1T7  varchar(1000)&lt;br /&gt;
 OBJ1T8  varchar(1000)&lt;br /&gt;
 OBJ1T9  varchar(1000)&lt;br /&gt;
 OBJ1TA  varchar(1000)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; varchar 4000&lt;br /&gt;
 OBJ4T1  varchar(4000)&lt;br /&gt;
 OBJ4T2  varchar(4000)&lt;br /&gt;
 OBJ4T3  varchar(4000)&lt;br /&gt;
 OBJ4T4  varchar(4000)&lt;br /&gt;
 OBJ4T5  varchar(4000)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; Time&lt;br /&gt;
 OBJTI1  time&lt;br /&gt;
 OBJTI2  time&lt;br /&gt;
 OBJTI3  time&lt;br /&gt;
 OBJTI4  time&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; ISO Date&lt;br /&gt;
 OBJD01  date&lt;br /&gt;
 OBJD02  date&lt;br /&gt;
 OBJD03  date&lt;br /&gt;
 OBJD04  date&lt;br /&gt;
 OBJD05  date&lt;br /&gt;
 OBJD06  date&lt;br /&gt;
 OBJD07  date&lt;br /&gt;
 OBJD08  date&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; Int 4&lt;br /&gt;
 OBJIN1  decimal(4,0)&lt;br /&gt;
 OBJIN2  decimal(4,0)&lt;br /&gt;
 OBJIN3  decimal(4,0)&lt;br /&gt;
 OBJIN4  decimal(4,0)&lt;br /&gt;
 OBJIN5  decimal(4,0)&lt;br /&gt;
 OBJIN6  decimal(4,0)&lt;br /&gt;
 OBJIN7  decimal(4,0)&lt;br /&gt;
 OBJIN8  decimal(4,0)&lt;br /&gt;
 OBJIN9  decimal(4,0)&lt;br /&gt;
 OBJINA  decimal(4,0)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; Double 15.2&lt;br /&gt;
 OBJN21  double (15,2)&lt;br /&gt;
 OBJN22  double (15,2)&lt;br /&gt;
 OBJN23  double (15,2)&lt;br /&gt;
 OBJN24  double (15,2)&lt;br /&gt;
 OBJN25  double (15,2)&lt;br /&gt;
 OBJN26  double (15,2)&lt;br /&gt;
 OBJN27  double (15,2)&lt;br /&gt;
 OBJN28  double (15,2) --&amp;gt; Contains the average rating value if you use the Memo-Rating field.&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; Double 15.5&lt;br /&gt;
 OBJN51  double (15,5)&lt;br /&gt;
 OBJN52  double (15,5)&lt;br /&gt;
 OBJN53  double (15,5)&lt;br /&gt;
 OBJN54  double (15,5)&lt;br /&gt;
 OBJN55  double (15,5)&lt;br /&gt;
 OBJN56  double (15,5)&lt;br /&gt;
 OBJN57  double (15,5)&lt;br /&gt;
 OBJN58  double (15,5)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; Free ForeignKey fields&lt;br /&gt;
 OBJKE1  ForeignKey decimal(15,0)&lt;br /&gt;
 OBJKE2  ForeignKey decimal(15,0)&lt;br /&gt;
 OBJKE3  ForeignKey decimal(15,0)&lt;br /&gt;
 OBJKE4  ForeignKey decimal(15,0)&lt;br /&gt;
 OBJKE5  ForeignKey decimal(15,0)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; Status fields 1&lt;br /&gt;
 OBJS11  Status char(1)&lt;br /&gt;
 OBJS12  Status char(1)&lt;br /&gt;
 OBJS13  Status char(1)&lt;br /&gt;
 OBJS14  Status char(1)&lt;br /&gt;
 OBJS15  Status char(1)&lt;br /&gt;
 OBJS16  Status char(1)&lt;br /&gt;
 OBJS17  Status char(1)&lt;br /&gt;
 OBJS18  Status char(1)&lt;br /&gt;
 OBJS19  Status char(1)&lt;br /&gt;
 OBJS1A  Status char(1)&lt;br /&gt;
 OBJS1B  Status char(1)&lt;br /&gt;
 OBJS1C  Status char(1)&lt;br /&gt;
 OBJS1D  Status char(1)&lt;br /&gt;
 OBJS1E  Status char(1)&lt;br /&gt;
 OBJS1F  Status char(1)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; Status fields 15&lt;br /&gt;
 OBJS51  Status char(15)&lt;br /&gt;
 OBJS52  Status char(15)&lt;br /&gt;
 OBJS53  Status char(15)&lt;br /&gt;
 OBJS54  Status char(15)&lt;br /&gt;
 OBJS55  Status char(15)&lt;br /&gt;
 OBJS56  Status char(15)&lt;br /&gt;
 OBJS57  Status char(15)&lt;br /&gt;
 OBJS58  Status char(15)&lt;br /&gt;
 OBJS59  Status char(15)&lt;br /&gt;
 OBJS5A  Status char(15)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; Reference to ObjectMain&lt;br /&gt;
 OBJRM1  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRT1  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRM2  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRT2  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRM3  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRT3  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRM4  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRT4  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRM5  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRT5  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRM6  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRT6  OBJReference decimal(15,0)&lt;br /&gt;
 OBJRID  OBJReference decimal(15,0)&lt;br /&gt;
 &lt;br /&gt;
 --&amp;gt; Default fields&lt;br /&gt;
 UsrAdd  char(15)&lt;br /&gt;
 DatAdd  datetime&lt;br /&gt;
 SysAdd  char(15)&lt;br /&gt;
 UsrChg  char(15)&lt;br /&gt;
 DatChg  datetime&lt;br /&gt;
 SysChg  char(15)&lt;br /&gt;
 UsrDel  char(15)&lt;br /&gt;
 DatDel  datetime&lt;br /&gt;
 SysDel  char(15)&lt;br /&gt;
 STHash  char(20)&lt;br /&gt;
 RecSts  char(1) --&amp;gt; L=Locked is used for new/not jet saved records and is generally excluded in FindBrowse, Combo-Boxes...&lt;br /&gt;
 SOwner  char(15)&lt;br /&gt;
 STDSof  char(15)&lt;br /&gt;
 STDEnt  char(5)&lt;br /&gt;
 STDShp  char(15)&lt;br /&gt;
 STDSec  char(15)&lt;br /&gt;
 SAuthr  char(1)&lt;br /&gt;
 LogNbr  decimal(15,0)&lt;br /&gt;
&lt;br /&gt;
===Indexes===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Objects]]&lt;/div&gt;</content>
		<author>
			<name>PleXML Wiki</name>
			<uri>http://wiki.plex-xml.com/index.php/Special:RecentChanges</uri>
		</author>
		<source>
			<title type="html">Plex-XML  - Recent changes [en]</title>
			<subtitle type="html">Track the most recent changes to the wiki in this feed.</subtitle>
			<link rel="self" href="http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0"/>
			<id>http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0</id>
			<updated>2012-02-03T12:15:16+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">CPLEX-700-1863-001:NEW PLEXAPI METHODS</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97466620"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97466620</id>
		<updated>2012-02-03T10:23:21+00:00</updated>
		<content type="html">I read with great interest &lt;a href=&quot;https://communities.ca.com/web/ca-plex-ca-2e-global-user-community/message-board/-/message_boards/view_message/96268408?&amp;#_19_message_96268408&quot;&gt;CA Plex r7.0 Beta&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;CPLEX-700-1863-001:NEW PLEXAPI METHODS&lt;br /&gt;Added the following new PlexAPI methods:&lt;br /&gt;• ShowObjHelp: Shows the Shift+F1 help for an object in the current model.&lt;br /&gt;• GetObjSurrogate: Returns the surrogate associated with a given object reference value.&lt;br /&gt;• GetObjPackageName: Returns the name of the Package associated with a given object reference value.&lt;br /&gt;&lt;br /&gt;This is good news but wanted to ask CA if these methods will be avaliable to 6.1 Plex? &lt;br /&gt;Secondly GetObj&lt;b&gt;By&lt;/b&gt;Surrogate  would very useful to complment GetObjSurrogate and am currently working around this area as it happens.&lt;br /&gt;Thirdly what are the chances of exposing &amp;#034;Object Details tabbed dialog Parameters Tab&amp;#034; in plex as a an api as the logic to do this is in model api is vast, a similar request to the ideation &amp;#034;Model API to get all fields from an entity or view&amp;#034;&lt;br /&gt;&lt;br /&gt;Many thanks</content>
		<author>
			<name>GeorgeJeffcock</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Multiple Mail Recipents</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97462154"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97462154</id>
		<updated>2012-02-02T22:07:01+00:00</updated>
		<content type="html">Has anyone been able to successfully manipulate the Supplied mail API (WINAPI or OBMAPI) source codes to pre populate a mail message with Multiple Recipients&lt;br /&gt;&lt;br /&gt;I want the User to be able to pre-populate a mail message but the message need to go to multiple Email addresses in one message - not send multiple messages to each individual email address&lt;br /&gt;&lt;br /&gt;I have been unsuccessful trying to resolve the mail name to a handle than can be used to point to the recipient list&lt;br /&gt;&lt;br /&gt;any help appreciated..</content>
		<author>
			<name>wayne.morgan1.1</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97462317"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97462317</id>
		<updated>2012-02-02T21:55:38+00:00</updated>
		<content type="html">Hi All,&lt;br /&gt;&lt;br /&gt;Just a general reply not specific to the BLOCK processing.&lt;br /&gt;&lt;br /&gt;I wrote a blog  post a few years ago regarding performance tips for 2E developers.  Most of these are basic but there are some little gems for both batch, online as well as general code maintainability.&lt;br /&gt;&lt;br /&gt;My experience has told me that a system with performance issues will need to be attacked on many fronts and that there is no silver bullet that solves the entire performance problem with one tweak. &lt;br /&gt;&lt;br /&gt;The blog post is below and is a set of tips learnt, cribbed and poached over the years :-)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://leedare-plex2e.blogspot.co.nz/2008/07/2e-development-standards-performance.html&quot;&gt;http://leedare-plex2e.blogspot.co.nz/2008/07/2e-development-standards-performance.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Despite the lack of a silver bullet (massive machine upgrade) I worked at a site once that had high I/O and was also under utilising the processor(s) during a batch run.  We did a few simple things.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. Reduce I/O by using reads for reference data tables in transactional processes.&lt;br /&gt;2. Spread the EOD jobs across many queues where they could be ran in parallel.&lt;br /&gt;3. Where they needed to be single threaded because of a dependent job we split the single threaded job into x chunks (typically 4 or 5).  i.e. we processed a definable subset of the records in the master (driving) table.  &lt;br /&gt;4. Ensure we weren&amp;#039;t closing programs that were called every iteration.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;These made up a reasonable chunk of the savings and may be worth consideration in your environment.  &lt;br /&gt;&lt;br /&gt;It&amp;#039;s been a while for me but I also found the performance tools on the &amp;#039;i&amp;#039; to be of great value when identifying the slower areas.......&lt;br /&gt;&lt;br /&gt;Lee.</content>
		<author>
			<name>leed</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Date &amp;amp; timestamp synchronization issue for Message Board has been resol</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97461593"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97461593</id>
		<updated>2012-02-02T21:36:37+00:00</updated>
		<content type="html">Hi,&lt;br /&gt;&lt;br /&gt;This is a different issue from the time stamp issue.  We have isolated the reason and addressed it and will release that 2/11/12.  This was introduced due to some caching performance enhancements unrelated to the message board.  &lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Sam</content>
		<author>
			<name>samcreek</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97460023"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97460023</id>
		<updated>2012-02-02T16:28:22+00:00</updated>
		<content type="html">Some 2E Metrics.&lt;br /&gt;&lt;br /&gt;OK, I created a RTVOBJ over the same PF I had the code reading in the previous 2 minute run. It took 3 minutes with no Blocking.&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97460020"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97460020</id>
		<updated>2012-02-02T16:26:40+00:00</updated>
		<content type="html">Hi all,&lt;br /&gt;&lt;br /&gt;I&amp;#039;ve been trying to get on here all day - but getting an internal server error.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks Darryl for pointing that out (your Freedom/Pre-Compiler tool looks excellent), as Darryl suggests putting the RTVOBJ into its own EXCEXTFUN, we have used the idea of modules to separate this (the only use we found for MODS before service programs were introduced) - so one file retrieve get&amp;#039;s its own MOD with closedown = NO&lt;br /&gt;&lt;br /&gt;If you use that code I posted you&amp;#039;ll have to customise the scan/replace with the file name and associated format that you want to apply blocking to - I was trying to be generic but should have pointed that out, apologies.&lt;br /&gt; &lt;br /&gt;Take your point Crispin we&amp;#039;ve used RTVOBJ over a LF in its own MOD, leaving the SETLL in place - blocking still works and SETLL / LF means no abnormal end of files – just have to detect when you get past the key you&amp;#039;re interested in (as READ vs. READE).&lt;br /&gt;&lt;br /&gt;Have tended to use PFs for output only with blocking for filling work files, for this the SETLL against a RRN is included whether we like it or not but blocking won&amp;#039;t work with this so it needs to be commented out.&lt;br /&gt; &lt;br /&gt;…..&lt;br /&gt;&lt;br /&gt;I&amp;#039;ll run a couple of tests with and without blocking and let you know the results - tomorrow.&lt;br /&gt;&lt;br /&gt;....&lt;br /&gt;&lt;br /&gt;- I assume the BLOCK keyword must be added before i can take advantage of the IVRDBF in the CL?&lt;br /&gt;&lt;br /&gt;Not necessarily if the files in your rpgle can be processed sequentially then you can just use the block in the CL.&lt;br /&gt;&lt;br /&gt;.....&lt;br /&gt;&lt;br /&gt;On that page I quoted – I&amp;#039;m not sure why you aren&amp;#039;t getting the English version – I know it&amp;#039;s a German site but it&amp;#039;s showing it in English for me.&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Mark&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Mark</content>
		<author>
			<name>MG</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97459444"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97459444</id>
		<updated>2012-02-02T15:51:34+00:00</updated>
		<content type="html">&lt;div class=&quot;quote-title&quot;&gt;MG:&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;&lt;div class=&quot;quote-content&quot;&gt;* comment out the SETLL - as Crispin says this will stop blocking - not sure why this is still generated when processing all records in a physical file - one for Rory perhaps&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Mark,&lt;br /&gt;&lt;br /&gt;The SETLL issue as far as blocking in concerned can be removed with BLOCK(*YES), although I think you already know that.&lt;br /&gt;&lt;br /&gt;As far as the SETLL in the RTVOBJ over a PF. This can get tricky. &lt;br /&gt;&lt;br /&gt;Consider the same EXCEXTFUN being called multiple times, and that EXCEXTFUN being set to Close Down Program = No. Subsequent calls to the program would not process any records because the file pointer would still be at EOF. &lt;br /&gt;&lt;br /&gt;Consider multiple RTVOBJ&amp;#039;s over the same PF in the same EXCEXTFUN. Sure, the first one called would not require the SETLL (unless you have a situation as descibed in my previous consideration), but subsequent RTVOBJ calls would require the SETLL, because the PF&amp;#039;s file pointer would now be at EOF.&lt;br /&gt;&lt;br /&gt;See where I&amp;#039;m coming from?&lt;br /&gt;&lt;br /&gt;I&amp;#039;m interested to understand what sort of performance improvements have been seen with reading a PF with blocking vs. non-blocking. Same logic, just added blocking. What kind of improvements are you seeing?&lt;br /&gt;&lt;br /&gt;I can read about 19 million records in 2 minutes on my development machine. &lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97458851"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97458851</id>
		<updated>2012-02-02T05:05:24+00:00</updated>
		<content type="html">Make sure you only use this in functions with only one RTVOBJ or database file defined, otherwise it will change all the database files in your program. &lt;br /&gt;&lt;br /&gt;Using the approach above to wrapper your RTVOBJ functions with an EXCEXTFUN will ensure you only change one file.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Darryl</content>
		<author>
			<name>Darryl_Millington</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97458848"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97458848</id>
		<updated>2012-02-02T04:58:47+00:00</updated>
		<content type="html">If you need something a little more versatile than YSCNRPLSRC, then we have developed a tool called Freedom/Pre-Compiler. &lt;br /&gt;&lt;br /&gt;The basic version is FREE for anyone to use.&lt;br /&gt;&lt;br /&gt;See &lt;a href=&quot;http://www.hawkbridge.com.au/html/products/freedompcp.aspx&quot;&gt;http://www.hawkbridge.com.au/html/products/freedompcp.aspx&lt;/a&gt; for further details.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;&lt;br /&gt;Darryl</content>
		<author>
			<name>Darryl_Millington</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Date &amp;amp; timestamp synchronization issue for Message Board has been resol</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97456028"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97456028</id>
		<updated>2012-02-01T21:50:33+00:00</updated>
		<content type="html">Hey Crispin,&lt;br /&gt;&lt;br /&gt;My heart sank when I read your post that date and timestamp info is &lt;b&gt;still &lt;/b&gt; not accurate on the forums.&lt;br /&gt;&lt;br /&gt;I will do my best to get someone to fix this properly once and for all.&lt;br /&gt;&lt;br /&gt;Thanks for taking the time, valuable time, and energy to alert us to this.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;&lt;br /&gt;Simon&lt;br /&gt;&lt;br /&gt;Simon Cockayne&lt;br /&gt;CA Technologies&lt;br /&gt;Principal Software Engineer&lt;br /&gt;CA Subject Matter Expert&lt;br /&gt;Tel:  +1-703-708-3042&lt;br /&gt;Simon.cockayne@ca.com</content>
		<author>
			<name>Simon_Cockayne</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Date &amp;amp; timestamp synchronization issue for Message Board has been resol</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97454990"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97454990</id>
		<updated>2012-02-01T20:51:37+00:00</updated>
		<content type="html">Simon,&lt;br /&gt;&lt;br /&gt;This isn&amp;#039;t fixed. Look at this screen print. It showed Rory&amp;#039;s last post to me earlier in the Large Gen Error thread, and now it says I was the last to post.&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97454840"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97454840</id>
		<updated>2012-02-01T19:42:16+00:00</updated>
		<content type="html">&lt;div class=&quot;quote-title&quot;&gt;rick_ceyba:&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;&lt;div class=&quot;quote-content&quot;&gt;Hi Doreen,&lt;br /&gt;Thank you for the suggestion. I was wondering what HLL you generate. According to the help text on &amp;#039;Close down Program&amp;#039;, it is for RPG III (unless the help text has not been updated!), and we generate RP4. Either way, we default to N for this option. I will definitely take your suggestion to our DB team.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Rick&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;We generate RP4 (RPGLE)</content>
		<author>
			<name>Doreen_Kneller</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Date &amp;amp; timestamp synchronization issue for Message Board has been resol</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97453921"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97453921</id>
		<updated>2012-02-01T17:10:18+00:00</updated>
		<content type="html">HI Simon,&lt;br /&gt;&lt;br /&gt;This is indeed good news. Thanks for sharing...&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97453915"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97453915</id>
		<updated>2012-02-01T17:07:45+00:00</updated>
		<content type="html">Rick,&lt;br /&gt;&lt;br /&gt;Same thing for RPGIV code. It determines whether *INLR is set on when the program exits. If *INLR is not set on, then the program will have to go through program initialization each time it is called, which involves opening access paths , initializing storage and so on, and is an expensive part of a program call. Avoiding it is a good idea, when it makes sense.&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97453097"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97453097</id>
		<updated>2012-02-01T16:36:04+00:00</updated>
		<content type="html">&lt;div class=&quot;quote-title&quot;&gt;rick_ceyba:&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;&lt;div class=&quot;quote-content&quot;&gt;Hello Mark,&lt;br /&gt;I recall using YSCNRPLSRC for a project a few years ago. I remember it was a combination of a CL to perform the scan/rpl, and  user source which adds a Y* statement to call the CL. If you could provide some examples, that would be greatly appreciated! It&amp;#039;s amazing how easy you forget something when you haven&amp;#039;t used it in a few years. That being the case, I have a couple  questions:&lt;br /&gt;&lt;br /&gt;Working backwards - scan replace in a CL - see attached&lt;br /&gt;&lt;br /&gt;Some user source &lt;br /&gt;&lt;br /&gt;   Y*                      CALL yourlib/yourCLP&lt;br /&gt;&lt;br /&gt;you need to plug the user source into the program&lt;br /&gt;&lt;br /&gt;.... I&amp;#039;ll get back to you on your other points&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- From Crispin&amp;#039;s note, I need to add the BLOCK keyword. However, you say that I need to get the SETLL commented out? I understood that by specifying BLOCK, the program will allow record blocking while using a SETLL. If that is commented out, then how will I position my Read?&lt;br /&gt;I&amp;#039;m talking rubbish here - that&amp;#039;s only a problem if you&amp;#039;re blocking output only files.&lt;br /&gt;The thing to remember is that you are doing a READ so you need to check you have reached the end of the selection &lt;br /&gt;&lt;br /&gt;- I assume the BLOCK keyword must be added before i can take advantage of the IVRDBF in the CL?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;Regards,&lt;br /&gt;Rick&lt;/div&gt;&lt;/div&gt;</content>
		<author>
			<name>MG</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97452684"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97452684</id>
		<updated>2012-02-01T15:50:09+00:00</updated>
		<content type="html">Hi Doreen,&lt;br /&gt;Thank you for the suggestion. I was wondering what HLL you generate. According to the help text on &amp;#039;Close down Program&amp;#039;, it is for RPG III (unless the help text has not been updated!), and we generate RP4. Either way, we default to N for this option. I will definitely take your suggestion to our DB team.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Rick</content>
		<author>
			<name>rick_ceyba</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97452681"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97452681</id>
		<updated>2012-02-01T15:45:21+00:00</updated>
		<content type="html">Hi Mark,&lt;br /&gt;Thank you for the reference to Dan&amp;#039;s article. It appears there is more to this than just the one page. As I am not up to speed on my Danish&lt;img alt=&quot;emoticon&quot; src=&quot;https://communities.ca.com/digitas-community-theme/images/emoticons/wacko.gif&quot; /&gt;, I could not determine if the artcile was continued on another page, or if you have to join the News solutions group to see the rest. Please advise.&lt;br /&gt;&lt;br /&gt;Rick</content>
		<author>
			<name>rick_ceyba</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97452675"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97452675</id>
		<updated>2012-02-01T15:40:50+00:00</updated>
		<content type="html">Hello Mark,&lt;br /&gt;I recall using YSCNRPLSRC for a project a few years ago. I remember it was a combination of a CL to perform the scan/rpl, and  user source which adds a Y* statement to call the CL. If you could provide some examples, that would be greatly appreciated! It&amp;#039;s amazing how easy you forget something when you haven&amp;#039;t used it in a few years. That being the case, I have a couple  questions:&lt;br /&gt;&lt;br /&gt;- From Crispin&amp;#039;s note, I need to add the BLOCK keyword. However, you say that I need to get the SETLL commented out? I understood that by specifying BLOCK, the program will allow record blocking while using a SETLL. If that is commented out, then how will I position my Read?&lt;br /&gt;- I assume the BLOCK keyword must be added before i can take advantage of the IVRDBF in the CL?&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;Regards,&lt;br /&gt;Rick</content>
		<author>
			<name>rick_ceyba</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97451893"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97451893</id>
		<updated>2012-02-01T14:35:30+00:00</updated>
		<content type="html">One of the Performance Enhancements I use is to Wrap INTERNAL Retrieve Objects (RTVOBJ) into a Execute External Function (EXCEXTFUN).&lt;br /&gt;On the EXCEXTFUN change the Object to not SETON *LR. Edit Function Options and change the Close down program  to (NO).&lt;br /&gt;Then, replace the Internal RTVOBJ within your Action Diagram to use the New EXCEXTFUN.&lt;br /&gt;&lt;br /&gt;I know this seems minor, but we have seen significant Performance Improvements by replacing RTVOBJ with EXCEXTFUN and not setting on LR.&lt;br /&gt;&lt;br /&gt;Just a word of warning here:  Be careful with the use of  WRK vs. LCL vs. NLL Context on your Parameters.&lt;br /&gt;Make sure there are proper Initialize and Cleanup of the Work variables when reading multiple records.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;code&quot;&gt;&lt;span class=&quot;code-lines&quot;&gt;1&lt;/span&gt;EXCEXTFUN - Edit Function Options:&lt;/div&gt;</content>
		<author>
			<name>Doreen_Kneller</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Send Mail</title>
		<link href="http://wiki.plex-xml.com/index.php?title=Send_Mail&amp;diff=2768&amp;oldid=prev"/>
		<id>http://wiki.plex-xml.com/index.php?title=Send_Mail&amp;diff=2768&amp;oldid=prev</id>
		<updated>2012-02-01T09:49:14+00:00</updated>
		<content type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Send Mail from Plex-XML==&lt;br /&gt;
# As reaction of a request&lt;br /&gt;
# Per API with in Plex &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* System-Parameter: [[System_Parameter#Mail]]&lt;br /&gt;
* Request-Handling reaction '''SENDMAIL''': [[Web-Requests#Reaction_Types]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===External links and tips===&lt;br /&gt;
* http://en.wikipedia.org/wiki/Sender_Policy_Framework&lt;br /&gt;
* http://37signals.com/svn/posts/3096-behind-the-scenes-giving-away-the-secrets-of-email-delivery&lt;/div&gt;</content>
		<author>
			<name>PleXML Wiki</name>
			<uri>http://wiki.plex-xml.com/index.php/Special:RecentChanges</uri>
		</author>
		<source>
			<title type="html">Plex-XML  - Recent changes [en]</title>
			<subtitle type="html">Track the most recent changes to the wiki in this feed.</subtitle>
			<link rel="self" href="http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0"/>
			<id>http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0</id>
			<updated>2012-02-03T12:15:16+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Node.js</title>
		<link href="http://wiki.plex-xml.com/index.php?title=Node.js&amp;diff=2766&amp;oldid=prev"/>
		<id>http://wiki.plex-xml.com/index.php?title=Node.js&amp;diff=2766&amp;oldid=prev</id>
		<updated>2012-02-01T09:18:10+00:00</updated>
		<content type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==node.js==&lt;br /&gt;
Getting started with a collection of node.js links:&lt;br /&gt;
&lt;br /&gt;
====node.js is not or should not be used for====&lt;br /&gt;
* http://teddziuba.com/2011/10/node-js-is-cancer.html : node.js is cancer&lt;br /&gt;
but on the other hand:&lt;br /&gt;
* http://venturebeat.com/2012/01/24/node-at-google-mozilla-yahoo/&lt;br /&gt;
&lt;br /&gt;
====Docs====&lt;br /&gt;
* http://nodejs.org/ : node.js&lt;br /&gt;
* http://nodejs.org/docs/latest/api/index.html : Documentation&lt;br /&gt;
* http://nodeguide.com : Felix's Node.js Guide&lt;br /&gt;
* http://www.nodebeginner.org/ : The Node Beginner Book&lt;br /&gt;
&lt;br /&gt;
====Examples====&lt;br /&gt;
* http://rawkes.com/blog/2011/11/06/creating-a-real-time-multiplayer-game-with-websockets-and-node.js : creating-a-real-time-multiplayer-game-with-websockets-and-node.js&lt;br /&gt;
&lt;br /&gt;
====Short description====&lt;br /&gt;
* http://www.theregister.co.uk/2011/03/01/the_rise_and_rise_of_node_dot_js/ : The Node Ahead: JavaScript leaps from browser into future&lt;br /&gt;
* http://t3n.de/magazin/nodejs-javascript-server-revolutioniert-schubrakete-226177/ : Short story about node.js (GERMAN)&lt;br /&gt;
* http://www.webkrauts.de/2011/12/13/serverseitiges-javascript-mit-node-js/ : Another short story (GERMAN)&lt;br /&gt;
&lt;br /&gt;
====Resources====&lt;br /&gt;
https://github.com/joyent/node/wiki/modules : Modules&lt;/div&gt;</content>
		<author>
			<name>PleXML Wiki</name>
			<uri>http://wiki.plex-xml.com/index.php/Special:RecentChanges</uri>
		</author>
		<source>
			<title type="html">Plex-XML  - Recent changes [en]</title>
			<subtitle type="html">Track the most recent changes to the wiki in this feed.</subtitle>
			<link rel="self" href="http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0"/>
			<id>http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0</id>
			<updated>2012-02-03T12:15:16+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97449838"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97449838</id>
		<updated>2012-02-01T08:39:00+00:00</updated>
		<content type="html">Hi Rick,&lt;br /&gt;&lt;br /&gt;I found Dan Cruikshank&amp;#039;s article from 2006, &amp;#034;Analyzing Data Access Methods&amp;#034; at http://newsolutions.de/news400/artikel/abo/data.php.&lt;br /&gt;It explains how to use performance explorer to gather and analyse data to see how to minimize database I/O .&lt;br /&gt;You&amp;#039;ll also find other information on using SQL by Dan if you search on the web. Should you go down that route, I&amp;#039;m sure we&amp;#039;d all be interested to know what you find.&lt;img alt=&quot;emoticon&quot; src=&quot;https://communities.ca.com/digitas-community-theme/images/emoticons/smile.gif&quot; /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Mark</content>
		<author>
			<name>MG</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97449496"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97449496</id>
		<updated>2012-02-01T07:59:44+00:00</updated>
		<content type="html">Hi Rick,&lt;br /&gt;&lt;br /&gt;we have some user source call CLs to do a scan/replace to:&lt;br /&gt;* add the block key word&lt;br /&gt;* comment out the SETLL - as Crispin says this will stop blocking - not sure why this is still generated when processing all records in a physical file - one for Rory perhaps&lt;br /&gt;** You&amp;#039;ll see the message Open of member changed to SEQONLY(*NO) in the job log when you run you program if you have SETLL still in the pgm.&lt;br /&gt;* amend the READE to a READ (have added this in the idea section - Blocking DB accesses for performance)&lt;br /&gt;&lt;br /&gt;You obviously have to take care of record selction in your code now - or OPNQRYF.&lt;br /&gt;&lt;br /&gt;I can put some example scan / repalce code here if you like.&lt;br /&gt;&lt;br /&gt;Once you have blocking set up you can wrap a CL around you RPGLE program to change the number of records &amp;#034;read&amp;#034; in one get using  OVRDBF FILE(yourfile) SHARE(*YES) SEQONLY(*YES 10000) to tune your performance.&lt;br /&gt;&lt;br /&gt;You can also block your output records..&lt;br /&gt;&lt;br /&gt;You also have to run your program in a subsystem which has an associated storage pool where expert cache is switched on - there was a very good article by Dan Cruikshank years ago on what was going on under the covers.&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Mark</content>
		<author>
			<name>MG</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97448822"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97448822</id>
		<updated>2012-02-01T02:24:33+00:00</updated>
		<content type="html">Hi Rick,&lt;br /&gt;&lt;br /&gt;Yes, RPGLE source type is RPGIV. So, according to the RPG Manual, use of SETLL will stop blocking. You need to add BLOCK(*YES) to the F spec for the file in question.&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97448319"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97448319</id>
		<updated>2012-01-31T22:31:19+00:00</updated>
		<content type="html">Hi Rory.&lt;br /&gt;I wrote a few functions years ago over the PF to perform basic batch functions (read input from client, load to DB, etc). Are there any options or techniques I should be aware of that will improve efficency, or is it just the fact that we are processing the PF?</content>
		<author>
			<name>rick_ceyba</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97447726"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97447726</id>
		<updated>2012-01-31T21:56:55+00:00</updated>
		<content type="html">Hey Rick,&lt;br /&gt;&lt;br /&gt;For non-interactive programs, have you looked at using the &amp;#039;Batch Processing&amp;#039; feature of 2E that we introduced at r7.0, which allows you to create some functions over physical files (the PHY access path)? This processing requires a slightly different mind-set than traditional 2E programs, but especially for those long overnight processes, it can speed things upa  lot - your file blocking options are better and much of the generated code is simplified or removed entirely.&lt;br /&gt;&lt;br /&gt;Of course this doesn&amp;#039;t help with traditional 2E interactive functions...&lt;br /&gt;&lt;br /&gt;Rory</content>
		<author>
			<name>roryhewitt</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97447599"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97447599</id>
		<updated>2012-01-31T21:52:14+00:00</updated>
		<content type="html">We generate using type RP4, which gens a source type RPGLE. So will this require us to use the Block keyword?</content>
		<author>
			<name>rick_ceyba</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97448103"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97448103</id>
		<updated>2012-01-31T21:40:26+00:00</updated>
		<content type="html">Hi Rick,&lt;br /&gt;&lt;br /&gt;In RPGIV BLOCK is a keyword that goes in the Keywords entry of the F Spec. &lt;br /&gt;&lt;br /&gt;But, I suspect that you are using RPGIII given your question, and RPGIII appears to not allow you to change the blocking. And, what I was saying is only calid for RPGIV, not RPGIII. In RPGIII SETLL does not stop blocking.&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97447568"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97447568</id>
		<updated>2012-01-31T20:49:20+00:00</updated>
		<content type="html">Hey Crispin. Good to hear from you. I am goingto check with the team peforming the analysis on our system to see just what their metrics reported. They are mainly looking at native programs to tune up. However, they pulled me in to give them whatever help i can for the 2E programs.&lt;br /&gt;&lt;br /&gt;In the mean time, where exactly do you specify BLOCK(*YES) on the F specs? Also, I assume that can be overridden with user source Y* statements and YSCNRPLSRC?</content>
		<author>
			<name>rick_ceyba</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97446499"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97446499</id>
		<updated>2012-01-31T20:15:22+00:00</updated>
		<content type="html">Hi Rick,&lt;br /&gt;&lt;br /&gt;Unless you specify BLOCK(*YES) on the file specs, you&amp;#039;ll not get any blocking with the POS code either. SETLL is going to stop that.&lt;br /&gt;&lt;br /&gt;Anyway, have you done any metrics to see of record blocking provides any performance improvements over your data? You don&amp;#039;t want to recode everything just to find no real improvements.&lt;br /&gt;&lt;br /&gt;SQL migtht be a better bet, but I have never used SQL in 2E and not sure how it stands up.&lt;br /&gt;&lt;br /&gt;What sort of performance issues are you seeing? Are you selecting records when an access path might reduce I/O?&lt;br /&gt;&lt;br /&gt;Just some initial thoughts.&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Re: UI Gallery</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97446154"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97446154</id>
		<updated>2012-01-31T18:15:43+00:00</updated>
		<content type="html">Hi &lt;br /&gt;&lt;br /&gt;You should try the guys at vigor, (plex site in Iceland) they sent me there toolbar code jock patterns which were very clever and could help you on many levels. See &lt;a href=&quot;https://communities.ca.com/web/ca-plex-ca-2e-global-user-community/document-library/-/document_library/view/5327068/3643?_20_redirect=https%3a%2f%2fcommunities.ca.com%2fweb%2fca-plex-ca-2e-global-user-community%2fdocument-library%2f-%2fdocument_library%2fview%2f5327068%3f_20_advancedSearch%3dfalse%26_20_keywords%3d%26_20_cur2%3d2%26_20_topLink%3ddocuments-home%26_20_delta2%3d20%26_20_andOperator%3dtrue%26%23p_20&amp;#p_20&quot;&gt;vigor Toolbar&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Then again there is youeye from designit in uk, based on codejock also, you could contact them about getting a demo as I did. I was messing about with teebo controls for a Stella tools as its budget matched stella tools budget of zero. But if I had any sort of budget I&amp;#039;d just buy youeye, as the wheel has been made.&lt;br /&gt;&lt;br /&gt;Then again plex 7.0 finishing beta and wpf on the way... How much would you want to spend time wise on c++ generator.&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;George</content>
		<author>
			<name>GeorgeJeffcock</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Efficient Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97445535"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97445535</id>
		<updated>2012-01-31T16:50:32+00:00</updated>
		<content type="html">Hi everyone. I hope this message finds you all well. I was wondering if anyone had any tips and techniques documentation on making more efficient functions. We need to start performing some serious tune up work here, and we are looking for ways to decrease the amount of I/O we process. An example of efficient coding is to use Positional parameters instead of restrictor parameters for batch processing. Using restrictor parms translates into a READE, whereas using positional relates to a SETLL and READ. Using READ instead of READE blocks many more records for I/O purposes. These are the kind of tips I am looking for. Anything would be greatly appreciated.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Rick Ceyba</content>
		<author>
			<name>rick_ceyba</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">2E service programs and modules</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97443029"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97443029</id>
		<updated>2012-01-31T12:23:35+00:00</updated>
		<content type="html">We are looking for some guidance on how best to utilise the service program features within 2E. We have tried a couple of different approaches but can see problems with both.&lt;br /&gt;&lt;br /&gt;First we looked at one (or more) service programs each containing many modules.&lt;br /&gt;&lt;br /&gt;With this approach, we are concerned with how we would manage implementation. In its simplest form there would be one service program which contained two modules. If both modules were under development how would we release the service program and one module at a time? It would seem to us that we would have to get all modules within a service program tested and signed off before we could release the service program into production. So, one project could delay the release of other changes. This would clearly get much harder to manage the more modules we have. &lt;br /&gt;&lt;br /&gt;Then we looked at one service program one module. This seems to get around the problem we encountered above, but introduced a new issue. When promoting, CM compiles the modules first, and then the service programs, which makes sense. However, if one module calls another module in a hierarchical structure then the called module is bound by copy into the calling module (and 2E adds a *MODULE entry to the binding directory). When the service program is created it fails because it finds the reference to the called module twice, once in the module and once in the service program. The only way we have found to get around this issue is to split the promotion up into as many levels as there are module to module calls, and promote them one at a time. That way all the lowest level modules are created and subsequently bound into their service programs. When the next level of modules are created they get bound by reference to the service program correctly. (2E removes the *MODULE entry in the binding directory when the module is bound to the service program).&lt;br /&gt;(Apologies if any terminology is incorrect – I’m new to service programs and modules)&lt;br /&gt;&lt;br /&gt;For example, consider a structure where SRVPGM_A contains MODULE_A, SRVPGM_B contains MODULE_B and SRVPGM_C contains MODULE_C. And MODULE_A calls MODULE_B which in turn calls MODULE_C.&lt;br /&gt;&lt;br /&gt;This would need to be promoted in three steps, first MODULE_C and SRVPGM_C, then MODULE_B and SRVPGM_B and finally MODULE_A and SRVPGM_A.&lt;br /&gt;&lt;br /&gt;It seems that perhaps a compromise may be the best solution to the problem, whereby each service program only contains the specific modules required to achieve a particular task. This way the modules included are not likely to be changed independently and therefore we shouldn’t encounter the first kind of problem where we could be waiting for one module to be signed off before we could promote the service program when other modules were ready to go live.&lt;br /&gt;But, I still think we would have the second issue, unless we could somehow flatten out the module to module calls, although I’m not sure how! And we would almost certainly encounter that issue with general utility service program  modules.&lt;br /&gt;Or is there a better way of managing modules and service programs? Have we missed something somewhere?&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Mike</content>
		<author>
			<name>Mike_Davies</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Re: UI Gallery</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97442248"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97442248</id>
		<updated>2012-01-31T10:28:31+00:00</updated>
		<content type="html">The screens and interfaces looks very good. I am interested in making use of codejock controls. I downloaded the trail version of the suite. But I am struggling a bit. I can do some of the development in VB.net to create short cut bars etc. But I do not have a clue on how to create a base pattern or how to even use the codejock control in PLEX?&lt;br /&gt;&lt;br /&gt;Can someone maybe point me in the right direction on how to do this? It will be very much appreciated.&lt;br /&gt;&lt;br /&gt;Thank you</content>
		<author>
			<name>Tienie_de_Klerk</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Provide Sample Models for 2E Functionality</title>
		<link href="https://caideation.secure.force.com/ideation/ideaView?id=08730000000gJjOAAU"/>
		<id>https://www.salesforce.com/08730000000gJjOAAU</id>
		<updated>2012-01-27T20:19:53+00:00</updated>
		<content type="html">When releasing new features, such as the Multiple Instance Arrays in 8.6, provide a Sample model available for download via the Support site that demonstrates the new functionality.&lt;br /&gt;&lt;br /&gt;While documenting the new feature function is valuable, real world examples in a model are often times a much better way for developers to understand the new functionality. If sample models were provided demonstrating real world examples of the new features, it would be easier for users new to the feature to become familiar with them.&lt;br /&gt;&lt;br /&gt;Some things that could be included.&lt;br /&gt;&lt;br /&gt;Web Services&lt;br /&gt;Service Programs&lt;br /&gt;Multiple Instance Arrays.&lt;br /&gt;&lt;br /&gt;Combining the above 3 for a feature rich Web Service.&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Ideation - CA 2E</name>
			<uri></uri>
		</author>
		<source>
			<title type="html">Recent Ideas</title>
			<subtitle type="html">Recent ideas</subtitle>
			<link rel="self" href="https://caideation.secure.force.com/ideation/services/xml/_idea_recentideas?community=09a30000000IBx1AAG&amp;ideaTitleLink=%2Fideation%2FideaView&amp;name=+CA+2E"/>
			<id>http://caideation.secure.force.com/services/xml/_idea_recentideas?community=09a30000000IBx1AAG&amp;ideaTitleLink=%2Fideation%2FideaView&amp;name=+CA+2E</id>
			<updated>2012-02-05T01:45:04+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: *ARRAYS (Copy ?)</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97429621"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97429621</id>
		<updated>2012-01-27T20:02:43+00:00</updated>
		<content type="html">&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;div class=&quot;quote-title&quot;&gt;Crispin:&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;&lt;div class=&quot;quote-content&quot;&gt;Doreen,&lt;br /&gt;&lt;br /&gt;One of the first &amp;#034;Ideas&amp;#034; that Simon Cockayne posted in the Ideas section was this &lt;a href=&quot;https://caideation.secure.force.com/ideation/ideaView?id=08730000000Y9RFAA0&quot;&gt;Copy Array&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you would like to see that implemented in 2E, vote the Idea up!&lt;br /&gt;&lt;br /&gt;Crispin.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks, I just found it and Promoted/Voted for it   &lt;img alt=&quot;emoticon&quot; src=&quot;https://communities.ca.com/digitas-community-theme/images/emoticons/tongue.gif&quot; /&gt;</content>
		<author>
			<name>Doreen_Kneller</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: *ARRAYS (Copy ?)</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97428096"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97428096</id>
		<updated>2012-01-27T17:19:35+00:00</updated>
		<content type="html">Doreen,&lt;br /&gt;&lt;br /&gt;One of the first &amp;#034;Ideas&amp;#034; that Simon Cockayne posted in the Ideas section was this &lt;a href=&quot;https://caideation.secure.force.com/ideation/ideaView?id=08730000000Y9RFAA0&quot;&gt;Copy Array&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you would like to see that implemented in 2E, vote the Idea up!&lt;br /&gt;&lt;br /&gt;Crispin.</content>
		<author>
			<name>Crispin</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Function Decomposition - also Blue sky</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97427240"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97427240</id>
		<updated>2012-01-27T15:27:46+00:00</updated>
		<content type="html">Looks like something for the IDEAS Tab.   &lt;img alt=&quot;emoticon&quot; src=&quot;https://communities.ca.com/digitas-community-theme/images/emoticons/glare.gif&quot; /&gt;&lt;br /&gt;I will promote and give it some Points.</content>
		<author>
			<name>Doreen_Kneller</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: *ARRAYS (Copy ?)</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97427120"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97427120</id>
		<updated>2012-01-27T15:26:48+00:00</updated>
		<content type="html">Hi Doreen,&lt;br /&gt;&lt;br /&gt;short of setting up a structure file to let you reuse the fields in the array in other arrays - which would just give you the same problem that you&amp;#039;re already facing. I think you&amp;#039;re back to good old cut and paste.&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Mark</content>
		<author>
			<name>MG</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: 'Par Grp' (Parameter Group?) from Array Key definition screen</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97426569"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97426569</id>
		<updated>2012-01-27T15:16:48+00:00</updated>
		<content type="html">Hi David,&lt;br /&gt;&lt;br /&gt;It&amp;#039;s just parameter group so:&lt;br /&gt;for any File context all the fields from that file count as a single parameter group&lt;br /&gt;and for a *FIELD context each field counts as a signle parameter group&lt;br /&gt;&lt;br /&gt;The sequence of the file/*Field will determine the number in that parameter group. If you don&amp;#039;t give them a number then the parameter group (number) is as you entered them.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Mark</content>
		<author>
			<name>MG</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">*ARRAYS (Copy ?)</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97426860"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97426860</id>
		<updated>2012-01-27T15:05:07+00:00</updated>
		<content type="html">I have an Array that contains &lt;b&gt;33&lt;/b&gt; Attributes/fields per Element and &lt;b&gt;6&lt;/b&gt; Key Fields to make it Unique.&lt;br /&gt;I want to create another Array just like it with a Different Sort  / Key Sequence.&lt;br /&gt;&lt;br /&gt;Is there an Easy way to COPY an existing ARRAY and give the New ARRAY a Different Name ?&lt;br /&gt;&lt;br /&gt;We have so many field names in our Model that look alike, I am afraid of grabbing the wrong one, when creating my New ARRAY. &lt;br /&gt;For Example:   Order Number / Order Nbr /  Order No.  / Order #   &lt;i&gt;(Multiply this scenario times 30 fields)&lt;/i&gt;</content>
		<author>
			<name>Doreen_Kneller</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">'Par Grp' (Parameter Group?) from Array Key definition screen</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97426809"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97426809</id>
		<updated>2012-01-27T14:46:22+00:00</updated>
		<content type="html">Hello,&lt;br /&gt;A coworker asked me what the &amp;#039;Par Grp&amp;#039; column is on the screen where an array&amp;#039;s key is defined.  I&amp;#039;m guessing it stands for Parameter Group but I can&amp;#039;t find any reference to it either in the online help or any of the 2E documentation.  I&amp;#039;ve done extensive googling but still no luck.  I&amp;#039;m a bit stumped.  I&amp;#039;ve attached a screenshot of what I&amp;#039;m talking about.  Does anyone know what ‘Par Grp’ represents and how it is used?  Any insight would be greatly appreciated. Thanks!&lt;br /&gt;&lt;br /&gt;~David</content>
		<author>
			<name>Wojcik</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">PanelAndChild</title>
		<link href="http://wiki.plex-xml.com/index.php?title=PanelAndChild&amp;diff=2758&amp;oldid=prev"/>
		<id>http://wiki.plex-xml.com/index.php?title=PanelAndChild&amp;diff=2758&amp;oldid=prev</id>
		<updated>2012-01-26T12:44:38+00:00</updated>
		<content type="html">&lt;p&gt;&lt;/p&gt;
&lt;table&gt;
			&lt;col class=&quot;diff-marker&quot; /&gt;
			&lt;col class=&quot;diff-content&quot; /&gt;
			&lt;col class=&quot;diff-marker&quot; /&gt;
			&lt;col class=&quot;diff-content&quot; /&gt;
		&lt;tr valign=&quot;top&quot;&gt;
		&lt;td colspan=&quot;2&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan=&quot;2&quot;&gt;Revision as of 12:44, 26 January 2012&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 24:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 24:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;;Elements&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;;Elements&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;:'''&amp;lt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;HTML&lt;/del&gt;&amp;gt;''' : For &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;customized &lt;/del&gt;HTML output.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;:'''&amp;lt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;html&lt;/ins&gt;&amp;gt;''' : For &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;easy &lt;/ins&gt;HTML output. &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Only one element should be used,&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;#160; &amp;lt;childpanel region=&amp;quot;north&amp;quot; id=&amp;quot;tabGroup_priceManager_north&amp;quot; height=&amp;quot;34&amp;quot; border=&amp;quot;false&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;#160; &amp;lt;childpanel region=&amp;quot;north&amp;quot; id=&amp;quot;tabGroup_priceManager_north&amp;quot; height=&amp;quot;34&amp;quot; border=&amp;quot;false&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 32:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 32:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;#160; &amp;lt;/childpanel&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;#160; &amp;lt;/childpanel&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;:'''&amp;lt;domhelper&amp;gt;''' : For customized nested HTML output.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt; &amp;lt;childpanel region=&amp;quot;north&amp;quot; id=&amp;quot;tabGroup_priceManager_north&amp;quot; height=&amp;quot;40&amp;quot; border=&amp;quot;false&amp;quot;&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;lt;domhelper&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160;  {tag: 'div',&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160; style: 'width:100%;border:1px solid blue;',&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160; cls: 'wtf',&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160; children: [{&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160;  tag: 'a',&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160;  href: 'www.allabout.de',&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160;  children: [{&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160; &amp;#160; tag: 'span',&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160; &amp;#160; html: 'text'&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160; &amp;#160; }]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160;  }]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;#160; }&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&amp;#160; &amp;lt;/domhelper&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt; &amp;lt;/childpanel&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins&gt;* See http://docs.sencha.com/ext-js/3-4/#!/api/Ext.DomHelper&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;:'''&amp;lt;ajaxPageLoad&amp;gt;''' : To load the content of a Plex-XML function in a panel.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;:'''&amp;lt;ajaxPageLoad&amp;gt;''' : To load the content of a Plex-XML function in a panel.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</content>
		<author>
			<name>PleXML Wiki</name>
			<uri>http://wiki.plex-xml.com/index.php/Special:RecentChanges</uri>
		</author>
		<source>
			<title type="html">Plex-XML  - Recent changes [en]</title>
			<subtitle type="html">Track the most recent changes to the wiki in this feed.</subtitle>
			<link rel="self" href="http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0"/>
			<id>http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0</id>
			<updated>2012-02-03T12:15:16+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Level Consolidation</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97418127"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97418127</id>
		<updated>2012-01-26T09:30:00+00:00</updated>
		<content type="html">George, no progress on this one. Given the size/complexity of the application it looks like we will have to retain the current levels. Dave.</content>
		<author>
			<name>dave_gamble</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Mobile Device Development Recommended Reading List</title>
		<link href="http://www.caplexwebclient.cmfirsttech.com/mobile-device-development-recommended-reading-list/"/>
		<id>http://www.caplexwebclient.cmfirsttech.com/?p=641</id>
		<updated>2012-01-25T17:29:53+00:00</updated>
		<content type="html">Here is a list of ebooks that we have found useful for mobile device development. We will be adding to the list as we come across new valuable resources. http://www.amazon.com/lm/R19VKG1G2RSJJY/ref=cm_lm_pthnk_view?ie=UTF8&amp;#38;lm_bb= Enjoy!</content>
		<author>
			<name>WebClient for CA Plex</name>
			<uri>http://www.caplexwebclient.cmfirsttech.com</uri>
		</author>
		<source>
			<title type="html">WebClient for CA Plex</title>
			<subtitle type="html">WebClient Developer Blog</subtitle>
			<link rel="self" href="http://www.caplexwebclient.cmfirsttech.com/feed/"/>
			<id>http://www.caplexwebclient.cmfirsttech.com/feed/</id>
			<updated>2012-01-25T17:45:11+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Webcast Replay – CA Plex, Mac, and Mobile Development</title>
		<link href="http://www.caplexwebclient.cmfirsttech.com/webcast-replay-ca-plex-mac-and-mobile-development/"/>
		<id>http://www.caplexwebclient.cmfirsttech.com/?p=638</id>
		<updated>2012-01-25T17:20:00+00:00</updated>
		<content type="html">To view a recording of the webcast, click here: https://www305.livemeeting.com/cc/cai/view?id=2F7GPS&amp;#38;role=attend&amp;#38;pw=kQ%2CM9%28%2BMg</content>
		<author>
			<name>WebClient for CA Plex</name>
			<uri>http://www.caplexwebclient.cmfirsttech.com</uri>
		</author>
		<source>
			<title type="html">WebClient for CA Plex</title>
			<subtitle type="html">WebClient Developer Blog</subtitle>
			<link rel="self" href="http://www.caplexwebclient.cmfirsttech.com/feed/"/>
			<id>http://www.caplexwebclient.cmfirsttech.com/feed/</id>
			<updated>2012-01-25T17:45:11+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Format</title>
		<link href="http://wiki.plex-xml.com/index.php?title=Format&amp;diff=2757&amp;oldid=prev"/>
		<id>http://wiki.plex-xml.com/index.php?title=Format&amp;diff=2757&amp;oldid=prev</id>
		<updated>2012-01-25T17:04:28+00:00</updated>
		<content type="html">&lt;p&gt;&lt;/p&gt;
&lt;table&gt;
			&lt;col class=&quot;diff-marker&quot; /&gt;
			&lt;col class=&quot;diff-content&quot; /&gt;
			&lt;col class=&quot;diff-marker&quot; /&gt;
			&lt;col class=&quot;diff-content&quot; /&gt;
		&lt;tr valign=&quot;top&quot;&gt;
		&lt;td colspan=&quot;2&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan=&quot;2&quot;&gt;Revision as of 17:04, 25 January 2012&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 3:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;All data you see in the format is extracted from your Plex-Modell via Meta-Code on the first function call. You don't have to type it manually.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;All data you see in the format is extracted from your Plex-Modell via Meta-Code on the first function call. You don't have to type it manually.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;--&amp;gt; Hint: See [[&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Plex-XML Formats r2|Formats 2.0&lt;/del&gt;]] for &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;the next version of Plex-XML formats scheduled November 2007&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;--&amp;gt; Hint: See [[&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Format Field Attributes&lt;/ins&gt;]] for &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;additional attributes&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;== Translate a format name ==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;== Translate a format name ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</content>
		<author>
			<name>PleXML Wiki</name>
			<uri>http://wiki.plex-xml.com/index.php/Special:RecentChanges</uri>
		</author>
		<source>
			<title type="html">Plex-XML  - Recent changes [en]</title>
			<subtitle type="html">Track the most recent changes to the wiki in this feed.</subtitle>
			<link rel="self" href="http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0"/>
			<id>http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0</id>
			<updated>2012-02-03T12:15:16+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Format Field Attributes</title>
		<link href="http://wiki.plex-xml.com/index.php?title=Format_Field_Attributes&amp;diff=2756&amp;oldid=prev"/>
		<id>http://wiki.plex-xml.com/index.php?title=Format_Field_Attributes&amp;diff=2756&amp;oldid=prev</id>
		<updated>2012-01-25T17:02:00+00:00</updated>
		<content type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Format Field Attributes&amp;#039;&amp;#039;&amp;#039; is a table in the PleXMLF-Modell. It is a 1:N relation to Fields and Format-Fields. Used to store additional fields attributes that won&amp;#039;t be covered...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Format Field Attributes''' is a table in the PleXMLF-Modell. It is a 1:N relation to Fields and Format-Fields. Used to store additional fields attributes that won't be covered in Format-Fields.&lt;br /&gt;
&lt;br /&gt;
All new attributes for HTML5, deeper Sencha integration will be stored her.&lt;br /&gt;
&lt;br /&gt;
===Add a new attribute===&lt;br /&gt;
While you are able to store any attribute in the table it makes sense to define fields and input logic for common attributes.&lt;br /&gt;
If you like to add a new attribute you should:&lt;br /&gt;
&lt;br /&gt;
1. Add a field in the PleXMLF-Modell&lt;br /&gt;
 FLD_ATR_NewAttribute is a       DOMAttributeValue&lt;br /&gt;
 FLD_ATR_NewAttribute left lable New-Attribute&lt;br /&gt;
 FLD_ATR_NewAttribute message    Hint  --&amp;gt; put a short description inside&lt;br /&gt;
 FLD_ATR_NewAttribute impl name  newAttribute --&amp;gt; should be the attribute name&lt;br /&gt;
&lt;br /&gt;
2. Add that field to the '''Field_Attributes_Fields.Field_Attributes_Fields''' view.&lt;br /&gt;
&lt;br /&gt;
3. Gen+Build these functions:&lt;br /&gt;
 PleXMLF: Field_Attributes.Fetch.FieldAttibuteFields_Read&lt;br /&gt;
 PleXMLF: Field_Attributes.Fetch.FieldAttibuteFields_Update1&lt;br /&gt;
 PleXMLF: Field_Attributes.Fetch.FieldAttibuteFields_Update2&lt;br /&gt;
 SEC-XML: FormDetail.XML_Intern.Dictionary.Update&lt;br /&gt;
&lt;br /&gt;
4. Update the Format-Fields-Maintanance function format in your deployed application&lt;br /&gt;
&lt;br /&gt;
5. Add any logic to your XSLT's to bring your new attribute to life.&lt;br /&gt;
&lt;br /&gt;
===Existing default attributes===&lt;br /&gt;
* canGrow: Used in FindBrowse/Grids to define a column that is allowed to grow an take all space that isn't used by other columns.&lt;br /&gt;
* placeholder: HTML5 placeholder attribute (hint text in empty input fields)&lt;/div&gt;</content>
		<author>
			<name>PleXML Wiki</name>
			<uri>http://wiki.plex-xml.com/index.php/Special:RecentChanges</uri>
		</author>
		<source>
			<title type="html">Plex-XML  - Recent changes [en]</title>
			<subtitle type="html">Track the most recent changes to the wiki in this feed.</subtitle>
			<link rel="self" href="http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0"/>
			<id>http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0</id>
			<updated>2012-02-03T12:15:16+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Oversized grid column</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97407343"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97407343</id>
		<updated>2012-01-24T19:42:24+00:00</updated>
		<content type="html">Hey Jussi , This works also if you simply wanted to add a button on the panel for the user to press to reset all columns widths to 100&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;code&quot;&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;1&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;2&lt;/span&gt;{&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;3&lt;/span&gt;HWND HwndGrid=ObPanelAPI::GetControlHandleByName(&amp;#034;&amp;amp;(1:)&amp;#034;);&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;4&lt;/span&gt;&amp;nbsp; &amp;nbsp; if (HwndGrid) &lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;5&lt;/span&gt;&amp;nbsp; &amp;nbsp; {&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;6&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; WORD wColCount;&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;7&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; wColCount = SendMessage(HwndGrid, HGM_GETCOLCOUNT, 0, 0L);&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;8&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;9&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; while (wColCount &amp;gt; 0) &lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;10&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;11&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;wColCount = wColCount - 1; // Zero Based&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;12&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;SendMessage(HwndGrid, HGFM_SETCOLWIDTH,wColCount ,100);&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;13&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;14&lt;/span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;15&lt;/span&gt;&amp;nbsp; &amp;nbsp; }&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;16&lt;/span&gt;}&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Parameter 1  = FIELDS/Control (passing the control name of your grid)</content>
		<author>
			<name>GeorgeJeffcock</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Oversized grid column</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97406892"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97406892</id>
		<updated>2012-01-24T18:52:04+00:00</updated>
		<content type="html">Sweet I had just been using the Setselextent in &lt;a href=&quot;http://wiki.plexinfo.net/index.php?title=Export_Grid_data_to_Excel&quot;&gt;Left top button&lt;/a&gt;. But did not join the dots on this one, elegant answer, &lt;br /&gt;&lt;br /&gt;Gives me idea of combining setcoulmnwidth and Setselextent , off to play.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;code&quot;&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;1&lt;/span&gt;{&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;2&lt;/span&gt;HWND HwndGrid=ObPanelAPI::GetControlHandleByName(&amp;#034;Grid1P&amp;#034;);&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;3&lt;/span&gt;if (HwndGrid) &lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;4&lt;/span&gt;{&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;5&lt;/span&gt;BOOL bExtend=FALSE;&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;6&lt;/span&gt;SendMessage(HwndGrid,HGM_SETSELEXTENT, (WPARAM)bExtend, MAKELONG(-1,-1));&lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;7&lt;/span&gt;SendMessage(HwndGrid, HGFM_SETCOLWIDTH,0,10); &lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;8&lt;/span&gt;} &lt;br /&gt;&lt;span class=&quot;code-lines&quot;&gt;&amp;nbsp;9&lt;/span&gt;}&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;But it did not work as if the user did it as Peter described. The whole grid is selected but only the one column (first in this case) was adjusted to 10 in width, i had hoped because the whole grid was selected that all columns would have been adjusted not just the first one. thanks peter for sharing the tip.</content>
		<author>
			<name>GeorgeJeffcock</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Oversized grid column</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97405616"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97405616</id>
		<updated>2012-01-24T15:31:01+00:00</updated>
		<content type="html">Thank you Peter!&lt;br /&gt;&lt;br /&gt;This was exactly the kind of solution we were looking for. Perfect for default OBASE panels.&lt;br /&gt;&lt;br /&gt;Jussi</content>
		<author>
			<name>JussiS</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">January 2012 - Webcast Replay - CA Plex, Mac, and Mobile Development</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97405100"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97405100</id>
		<updated>2012-01-24T14:34:52+00:00</updated>
		<content type="html">Below is the Replay information for the CA Plex/2E Global User Community Webcast on January 19, 2012&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Topic:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;CA Plex, Mac, and Mobile Development – Presented by John Rhodes, CM First Technologies&lt;br /&gt;Mac OS is becoming popular in many technology circles, reflecting the increased interest in mobile device development, and the requirement that you must use Apple hardware for iOS development. As a CA model based developer you are probably also curious – can CA Plex be used effectively in this new software development paradigm? Perhaps surprisingly to some, the answer is yes. Attend this webcast to find out how. &lt;br /&gt;&lt;br /&gt;Topics to be covered include:&lt;br /&gt;o	Setting up CA Plex in a Mac VMWare Fusion environment&lt;br /&gt;o	Building and testing Java Apps directly on the Mac&lt;br /&gt;o	Configuring CA Plex WebClient apps within Xcode&lt;br /&gt;o	Using Apple device emulators&lt;br /&gt;o	Using Eclipse for Mac with Android SDK&lt;br /&gt;o	Code signing and deploying iOS and Android apps to the popular app stores&lt;br /&gt;o	A bit of fun with WebClient mobile features such as Camera, GPS, and Charts&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Click here for the replay:  &lt;a href=&quot;https://www.livemeeting.com/cc/cai/view?id=2F7GPS&amp;role=attend&amp;pw=kQ%2CM9%28%2BMg&quot;&gt;https://www.livemeeting.com/cc/cai/view?id=2F7GPS&amp;amp;role=attend&amp;amp;pw=kQ%2CM9%28%2BMg&lt;/a&gt;</content>
		<author>
			<name>MaryGreening</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=14527030</uri>
		</author>
		<source>
			<title type="html">Webcast Archive</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=14527030"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=14527030</id>
			<updated>2012-02-05T01:45:02+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">RE: Oversized grid column</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97404868"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97404868</id>
		<updated>2012-01-24T14:17:39+00:00</updated>
		<content type="html">Jussi,&lt;br /&gt;&lt;br /&gt;There is a way to allow user to do this all on his own. Prerequisite is that the panel property &amp;#034;Grid.Row Headings&amp;#034; has been set to Yes. In addition, besides your oversized column you neet at least one additional column with normal width in the grid. &lt;br /&gt;Done so, the user now can resize the oversized grid column as follows (by the way, this works in the Panel Editor also for developers):&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Select  the whole grid by clicking on the &lt;b&gt;left upper grid corner&lt;/b&gt; (i.e. the meeting point of the row and column headings).&lt;/li&gt;&lt;li&gt;Resize just one fully visible column. In consequence, immediately all the visible columns will be resized to the same width.&lt;/li&gt;&lt;li&gt;Now click on any row to return to normal grid selection mode and resize each of the columns to its wished width.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;HTH!&lt;br /&gt;--&lt;br /&gt;Peter</content>
		<author>
			<name>Fabel</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Email response feature available! - Important information!</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97400755"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97400755</id>
		<updated>2012-01-23T19:58:42+00:00</updated>
		<content type="html">Dear Community Member:&lt;br /&gt;&lt;br /&gt;Responding to MyCA Message Board Posts Just Got Easier! Are you subscribed to any MyCA community message boards or threads? If so, now you can respond directly from your email account. A subscription is necessary as you must receive the message board post notification in order to respond to the post.&lt;br /&gt;&lt;br /&gt;Please be aware that any information contained in your email signature (phone numbers, company name, email address, etc.) will be included in the post. You need to be aware of the possibility of disclosing personally identifiable information. Once the information is posted, it will be indexed via search engines from our public communities to the internet at large and received in the inbox of those who have subscribed to the message boards. It is up to you to determine how much information to include in your posts.&lt;br /&gt;&lt;br /&gt;A message board thread has been started in the MyCA Feedback Community for questions or comments.  Alternatively, you can send a note to customerprograms@ca.com. &lt;br /&gt;&lt;br /&gt;Regards, &lt;br /&gt;The CA Communities Team</content>
		<author>
			<name>MaryGreening</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2256321</uri>
		</author>
		<source>
			<title type="html">CA Plex General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2256321</id>
			<updated>2012-02-05T01:45:06+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Email response feature available! - Important information!</title>
		<link href="https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97400750"/>
		<id>https://communities.ca.com/c/message_boards/find_message?p_l_id=2243028&amp;messageId=97400750</id>
		<updated>2012-01-23T19:55:46+00:00</updated>
		<content type="html">Dear Community Member:&lt;br /&gt;&lt;br /&gt;Responding to MyCA Message Board Posts Just Got Easier! Are you subscribed to any MyCA community message boards or threads? If so, now you can respond directly from your email account. A subscription is necessary as you must receive the message board post notification in order to respond to the post.&lt;br /&gt;&lt;br /&gt;Please be aware that any information contained in your email signature (phone numbers, company name, email address, etc.) will be included in the post. You need to be aware of the possibility of disclosing personally identifiable information. Once the information is posted, it will be indexed via search engines from our public communities to the internet at large and received in the inbox of those who have subscribed to the message boards. It is up to you to determine how much information to include in your posts.&lt;br /&gt;&lt;br /&gt;A message board thread has been started in the MyCA Feedback Community for questions or comments.  Alternatively, you can send a note to customerprograms@ca.com. &lt;br /&gt;&lt;br /&gt;Regards, &lt;br /&gt;The CA Communities Team</content>
		<author>
			<name>MaryGreening</name>
			<uri>https://communities.ca.com/c/message_boards/find_category?p_l_id=2243028&amp;mbCategoryId=2262633</uri>
		</author>
		<source>
			<title type="html">CA 2E General Discussion</title>
			<link rel="self" href="https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633"/>
			<id>https://communities.ca.com/c/message_boards/rss?p_l_id=2243028&amp;mbCategoryId=2262633</id>
			<updated>2012-02-05T01:45:07+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Inner request</title>
		<link href="http://wiki.plex-xml.com/index.php?title=Inner_request&amp;diff=2755&amp;oldid=prev"/>
		<id>http://wiki.plex-xml.com/index.php?title=Inner_request&amp;diff=2755&amp;oldid=prev</id>
		<updated>2012-01-23T14:22:52+00:00</updated>
		<content type="html">&lt;p&gt;&lt;/p&gt;
&lt;table&gt;
			&lt;col class=&quot;diff-marker&quot; /&gt;
			&lt;col class=&quot;diff-content&quot; /&gt;
			&lt;col class=&quot;diff-marker&quot; /&gt;
			&lt;col class=&quot;diff-content&quot; /&gt;
		&lt;tr valign=&quot;top&quot;&gt;
		&lt;td colspan=&quot;2&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan=&quot;2&quot;&gt;Revision as of 14:22, 23 January 2012&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 9:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 9:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;===Example===&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;===Example===&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;pre&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Example with ajaxPageLoad-call-template. The template takes also care of the [[Secured Fields|secured-fields]] hashcode.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;lt;xsl:template name=&amp;quot;MasterDetailGrid&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; &lt;/ins&gt;&amp;lt;xsl:template name=&amp;quot;MasterDetailGrid&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt; &lt;/del&gt;&amp;lt;inner_request&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &lt;/ins&gt;&amp;lt;inner_request&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &lt;/del&gt;&amp;lt;idiv&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160;  &lt;/ins&gt;&amp;lt;idiv&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160;  &lt;/del&gt;&amp;lt;ajaxPageLoad &lt;del class=&quot;diffchange diffchange-inline&quot;&gt; style&lt;/del&gt;=&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;ajax&lt;/del&gt;&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &lt;/ins&gt;&amp;lt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;xsl:call-template name=&amp;quot;[[&lt;/ins&gt;ajaxPageLoad&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]]&amp;quot;&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &lt;/del&gt;&amp;lt;request&amp;gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;ActPipeFB02&lt;/del&gt;&amp;lt;/request&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160;  &amp;lt;xsl:with-param name&lt;/ins&gt;=&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;param&lt;/ins&gt;&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &lt;/del&gt;&amp;lt;param value=&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;ACTMID&lt;/del&gt;&amp;quot;&amp;gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;webFindName&lt;/del&gt;&amp;lt;/param&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &lt;/ins&gt;&amp;lt;request&amp;gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;FooRequest&lt;/ins&gt;&amp;lt;/request&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &lt;/del&gt;&amp;lt;param value=&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;=&lt;/del&gt;&amp;quot;&amp;gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;webFindOper&lt;/del&gt;&amp;lt;/param&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &lt;/ins&gt;&amp;lt;param value=&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;ajax&lt;/ins&gt;&amp;quot;&amp;gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;style&lt;/ins&gt;&amp;lt;/param&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &amp;lt;param value=&amp;quot;{$vActID}&amp;quot;&amp;gt;webFindValue&lt;/del&gt;&amp;lt;/param&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &amp;#160; ...&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160;  &lt;/del&gt;&amp;lt;/&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;ajaxPageLoad&lt;/del&gt;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &amp;#160; &lt;/ins&gt;&amp;lt;param value=&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;FooValue&lt;/ins&gt;&amp;quot;&amp;gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;FooName&lt;/ins&gt;&amp;lt;/param&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &lt;/del&gt;&amp;lt;/idiv&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160;  &lt;/ins&gt;&amp;lt;/&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;xsl:with-&lt;/ins&gt;param&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt; &lt;/del&gt;&amp;lt;/inner_request&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &amp;#160; &lt;/ins&gt;&amp;lt;/&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;xsl:call-template&lt;/ins&gt;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&amp;lt;/xsl:template&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160;  &lt;/ins&gt;&amp;lt;/idiv&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;minus;&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;lt;/pre&lt;/del&gt;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;#160; &lt;/ins&gt;&amp;lt;/inner_request&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;&lt;td&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; &lt;/ins&gt;&amp;lt;/xsl:template&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;==iframe==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td&gt;&lt;div&gt;==iframe==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</content>
		<author>
			<name>PleXML Wiki</name>
			<uri>http://wiki.plex-xml.com/index.php/Special:RecentChanges</uri>
		</author>
		<source>
			<title type="html">Plex-XML  - Recent changes [en]</title>
			<subtitle type="html">Track the most recent changes to the wiki in this feed.</subtitle>
			<link rel="self" href="http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0"/>
			<id>http://wiki.plex-xml.com/index.php?title=Special:Recentchanges&amp;feed=rss&amp;namespace=0</id>
			<updated>2012-02-03T12:15:16+00:00</updated>
		</source>
	</entry>

</feed>

