<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; REXX</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/development/rexx/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 20:40:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Question on how to code REXX</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/question-on-how-to-code-rexx/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/question-on-how-to-code-rexx/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 16:43:03 +0000</pubDate>
		<dc:creator>Patticlarke09</dc:creator>
				<category><![CDATA[AF/OPER]]></category>
		<category><![CDATA[REXX]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to learn REXX and I am learning on my own.  What I want to do is make a wildcard for the end of FWEBSRV to either an &#8220;I&#8221; or an &#8220;M&#8221;. I have looked at some other code and it looks like people have used a &#8220;namer&#8221; and &#8220;rname&#8221; in the code.  [...]]]></description>
				<content:encoded><![CDATA[<p>I am trying to learn REXX and I am learning on my own.  What I want to do is make a wildcard for the end of FWEBSRV to either an &#8220;I&#8221; or an &#8220;M&#8221;.</p>
<p>I have looked at some other code and it looks like people have used a &#8220;namer&#8221; and &#8220;rname&#8221; in the code.  Do I need to do this?  </p>
<p>&#8220;TRAP ADD(OWWEBERR)&#8221;,<br />
&#8220;        WTO (IEF404I FWEBSRV &#8211; ENDED&#8217;)&#8221;,<br />
&#8221;        ENABLE&#8221;,<br />
&#8221;        SUPPRESS&#8221;,<br />
&#8221;        ACTION (&#8216;WTO &#8221;FWEBSRV HAS ENDED&#8221;,<br />
              &#8220;E-MAIL JOHN DOE&#8217; &#8216;DESC(2) NOMSGID&#8217;)&#8221;</p>
<p>RETURN</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/question-on-how-to-code-rexx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JCL analyser tool using REXX</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/jcl-analyser-tool-using-rexx/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/jcl-analyser-tool-using-rexx/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 05:29:46 +0000</pubDate>
		<dc:creator>Charan1312</dc:creator>
				<category><![CDATA[JCL]]></category>
		<category><![CDATA[REXX]]></category>
		<category><![CDATA[REXX Procedure]]></category>
		<category><![CDATA[REXX tool]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is there any REXX tool Which analyses a JCL and gives summary of it,like, description of number of steps in the JCL, what does COND parameters contain in each step, no of DD statements each step contains, how many DSN&#8217;s used, what is the DISP value for those DSN&#8217;s, are there any Symbolic Parameters used in the JCL, [...]]]></description>
				<content:encoded><![CDATA[<p>Is there any REXX tool Which analyses a JCL and gives summary of it,like, description of number of steps in the JCL, what does COND parameters contain in each step, no of DD statements each step contains, how many DSN&#8217;s used, what is the DISP value for those DSN&#8217;s, are there any Symbolic Parameters used in the JCL, how many override statements are there&#8230;etc, a detailed report to be generated in excel sheet?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/jcl-analyser-tool-using-rexx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Output to Excel using Regina Rexx</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/regina-rexx/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/regina-rexx/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 09:27:10 +0000</pubDate>
		<dc:creator>Mydream</dc:creator>
				<category><![CDATA[excel]]></category>
		<category><![CDATA[Output in Excel]]></category>
		<category><![CDATA[Regina Rexx]]></category>
		<category><![CDATA[REXX]]></category>
		<category><![CDATA[REXX Mainframe]]></category>
		<category><![CDATA[REXX Procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to read input from Notepad seperated by tab and put output to an Excel file each word in each coloumn using Regina rexx and not mainframe rexx]]></description>
				<content:encoded><![CDATA[<p>How to read input from Notepad seperated by tab and put output to an Excel file each word in each coloumn using Regina rexx and not mainframe rexx<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/regina-rexx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rexx program working abnormally sometimes when executed through JCL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rexx-program-working-abnormally-sometimes-when-executed-through-jcl/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/rexx-program-working-abnormally-sometimes-when-executed-through-jcl/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 12:07:02 +0000</pubDate>
		<dc:creator>Rexxloop</dc:creator>
				<category><![CDATA[Datasets]]></category>
		<category><![CDATA[JCL]]></category>
		<category><![CDATA[REXX]]></category>
		<category><![CDATA[REXX Mainframe]]></category>
		<category><![CDATA[REXX Procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a Rexx program to browse a very big dataset(say 75,000 lines) and then add 1 or 2 lines then save and end. This is working fine in online or batch execution provided dataset has only few records. However it works fine for all if running in ISPF panel itself, but through jcl execution [...]]]></description>
				<content:encoded><![CDATA[<p>I have a Rexx program to browse a very big dataset(say 75,000 lines) and then add 1 or 2 lines then save and end. This is working fine in online or batch execution provided dataset has only few records. However it works fine for all if running in ISPF panel itself, but through jcl execution for browsing big dataset the loop is going abnormally here and there and ends&#8230;not able to conclude what is going wrong? please share your ideas if you have any</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/rexx-program-working-abnormally-sometimes-when-executed-through-jcl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I access job info directly from the CA-View</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-i-access-job-info-directly-from-the-ca-view/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/can-i-access-job-info-directly-from-the-ca-view/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 17:07:07 +0000</pubDate>
		<dc:creator>Emwii</dc:creator>
				<category><![CDATA[CA View]]></category>
		<category><![CDATA[MVS]]></category>
		<category><![CDATA[MVS system]]></category>
		<category><![CDATA[REXX]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What I would like to do is to display a list of jobs that are defined to CA-View then retrieve those jobs using SARBCH. I have a list, but it has to be manually maintined and I am trying to remove that aspect of the process.]]></description>
				<content:encoded><![CDATA[<p>What I would like to do is to display a list of jobs that are defined to CA-View then retrieve those jobs using SARBCH. I have a list, but it has to be manually maintined and I am trying to remove that aspect of the process.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/can-i-access-job-info-directly-from-the-ca-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDG AUTOMATION USING REXX</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/gdg-automation-using-rexx/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/gdg-automation-using-rexx/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 14:01:48 +0000</pubDate>
		<dc:creator>Archvimk1</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[GDG]]></category>
		<category><![CDATA[REXX]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi ,   Can anyone please tell me if there is a rexx code to automate GDG. If anyone of you have it , kindly post it here. Thanks Archana]]></description>
				<content:encoded><![CDATA[<p>Hi ,<br/><br/>  <br/><br/> Can anyone please tell me if there is a rexx code to automate GDG.<br/><br/> If anyone of you have it , kindly post it here.<br/><br/> Thanks<br/><br/> Archana<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/gdg-automation-using-rexx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>REXX tool to change a particular word in more than 50 PS at a time- PLS help</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rexx-tool-to-change-a-particular-word-in-more-than-50-ps-at-a-time-pls-help/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/rexx-tool-to-change-a-particular-word-in-more-than-50-ps-at-a-time-pls-help/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 12:57:19 +0000</pubDate>
		<dc:creator>Archvimk</dc:creator>
				<category><![CDATA[REXX]]></category>
		<category><![CDATA[REXX Mainframe]]></category>
		<category><![CDATA[REXX Procedure]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by MTidmarsh]]></description>
				<content:encoded><![CDATA[Question Edited by MTidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/rexx-tool-to-change-a-particular-word-in-more-than-50-ps-at-a-time-pls-help/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL code -104 in REXx</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-code-104-in-rexx/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-code-104-in-rexx/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:23:46 +0000</pubDate>
		<dc:creator>Sabash09</dc:creator>
				<category><![CDATA[REXX]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is my query. im passing a char value as input. but query returns -104. how to execute this SELECT * FROM  Table WHERE Field=&#8217;data&#8217;]]></description>
				<content:encoded><![CDATA[<p>This is my query. im passing a char value as input. but query returns -104. how to execute this<br/><br/> SELECT * FROM  Table WHERE Field=&#8217;data&#8217;<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-code-104-in-rexx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Report from CA/View</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/report-from-caview/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/report-from-caview/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 20:15:44 +0000</pubDate>
		<dc:creator>Bgudipati</dc:creator>
				<category><![CDATA[REXX]]></category>
		<category><![CDATA[SAR]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I need to write a REXX routine to read the CA/VIEW (SAR) for a particular job and list out all the datasets that are being used in it. Please let me know of any sample code or point me to some documentation where I can read more about this. Thank you. CA/VIEW is the [...]]]></description>
				<content:encoded><![CDATA[<p>Hello,<br/><br/> I need to write a REXX routine to read the CA/VIEW (SAR) for a particular job and list out all the datasets that are being used in it. Please let me know of any sample code or point me to some documentation where I can read more about this. Thank you.<br/><br/> CA/VIEW is the place that all the jobs are stored after the jobs are run in production environment. <br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/report-from-caview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REXX to generate report</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rexx-to-generate-report/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/rexx-to-generate-report/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 07:08:39 +0000</pubDate>
		<dc:creator>Dsaxena2</dc:creator>
				<category><![CDATA[REXX]]></category>
		<category><![CDATA[z/OS]]></category>
		<category><![CDATA[z/OS 1.9]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a request to write a REXX code which will collect the data from a job output and then generates a report. please give me some insight  and some sample code.]]></description>
				<content:encoded><![CDATA[<p>I have a request to write a REXX code which will collect the data from a job output and then generates a report.<br/><br/> please give me some insight  and some sample code.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/rexx-to-generate-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/34 queries in 0.045 seconds using memcached
Object Caching 898/1055 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-18 21:58:48 -->