<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Mainframe-Srini Blogs</title><link>http://srinimf.wordpress.com</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Mainframe-sriniBlogs" /><description>Developer's Guide</description><language>en</language><image><link>http://srinimf.wordpress.com</link><url>http://1.gravatar.com/blavatar/3382561121a31798e07733ec3c86682f?s=96&amp;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url><title>Mainframe-Srini Blogs</title></image><lastBuildDate>Sat, 02 Jun 2012 23:01:22 PDT</lastBuildDate><generator>http://wordpress.com/</generator><sy:updatePeriod xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">hourly</sy:updatePeriod><sy:updateFrequency xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">1</sy:updateFrequency><atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="search" type="application/opensearchdescription+xml" href="http://srinimf.wordpress.com/osd.xml" title="Mainframe-Srini Blogs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Mainframe-sriniBlogs" /><feedburner:info uri="mainframe-sriniblogs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://srinimf.wordpress.com/?pushpress=hub" /><feedburner:emailServiceId>Mainframe-sriniBlogs</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Cobol – INSPECT Verb 4 Benefits</title><link>http://srinimf.wordpress.com/2012/06/03/cobol-inspect-verb-4-benefits/</link><category>Mainframe</category><category>cobol</category><category>Inspect</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Sat, 02 Jun 2012 22:54:47 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1594</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><span style="text-decoration:underline;"><strong>Benefit-1:</strong></span></p>
<p>With INSPECT verb we can convert lower case characters to upper case:</p>
<p>INSPECT text-one CONVERTING &#8216;abcdefgh&#8217;     TO &#8216;ABCDEFGH&#8217; . </p>
<p>The main usage of INSPECT is we can customise the string:</p>
<p><span style="text-decoration:underline;"><strong>Benefit-2:</strong></span></p>
<p>Secondly, it counts all the letters in an array:</p>
<p>PERFORM VARYING idx 1 BY 1 UNTIL idx &gt; 100</p>
<p>   INSPECT text-one  TALLYING COUNT1(idx) FOR ALL LETTER1(idx)</p>
<p>END-PERFORM </p>
<p>All the letters in LETTER1 table counted into Count1.</p>
<p><span style="text-decoration:underline;"><strong>Benefit-3:</strong></span></p>
<p>Thirdly, REPLACING as needed one or multiple letters in output string.</p>
<p>INSPECT text-two REPLACING ALL &#8220;H&#8221; BY &#8220;K&#8221;<br />
       AFTER INITIAL &#8220;C&#8221; BEFORE INITIAL &#8220;O&#8221;. </p>
<p><span style="text-decoration:underline;"><strong>Benefit-4:</strong></span></p>
<p>Replacing also works, to replace only if found 4 letter word:</p>
<p>Example,</p>
<p>PERFORM VARYING idx FROM 1 BY 1 UNTIL idx &gt; 100</p>
<p>INSPECT text-three REPLACING testable(idx) BY &#8220;1234&#8243;</p>
<p>END-PERFORM</p>
<blockquote><p>There are many other usages. In my next post, I will discuss about problems that we meet in daily use.</p></blockquote>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/mainframe/'>Mainframe</a> Tagged: <a href='http://srinimf.wordpress.com/tag/cobol/'>cobol</a>, <a href='http://srinimf.wordpress.com/tag/inspect/'>Inspect</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1594/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1594&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=72-v-CfkcMo:o3WPa3JvuME:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=72-v-CfkcMo:o3WPa3JvuME:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=72-v-CfkcMo:o3WPa3JvuME:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=72-v-CfkcMo:o3WPa3JvuME:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=72-v-CfkcMo:o3WPa3JvuME:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/72-v-CfkcMo" height="1" width="1"/>]]></content:encoded><description>Benefit-1: With INSPECT verb we can convert lower case characters to upper case: INSPECT text-one CONVERTING &amp;#8216;abcdefgh&amp;#8217;     TO &amp;#8216;ABCDEFGH&amp;#8217; .  The main usage of INSPECT is we can customise the string: Benefit-2: Secondly, it counts all the letters in an array: &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/06/03/cobol-inspect-verb-4-benefits/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1594&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/06/03/cobol-inspect-verb-4-benefits/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item><item><title>Mainframe with ObjectStar Material</title><link>http://srinimf.wordpress.com/2012/06/02/mainframe-with-objectstar-material/</link><category>Mainframe</category><category>Material</category><category>Objectstar</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Fri, 01 Jun 2012 20:32:01 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1586</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><em><strong>What is objectstar?</strong></em></p>
<p>Objectstar is a Data Access method. We can copy or write data into many external legacy data bases.</p>
<blockquote>
<ul>
<li>ADA Adabas</li>
<li>DAT CA Datacom</li>
<li>DB2 DB2</li>
<li>IDM IDMS</li>
<li>IMS IMS/DB </li>
</ul>
</blockquote>
<p>It is platform independent, we can use it on ZOS, Windows, UNIX etc</p>
<p>The main advantage is we can read and write data from legacy databases, without learning those database techniques. This is one of the best usage for mainframe.</p>
<p>Check here material on <strong><a href="http://srinimf.wordpress.com/2012/06/02/mainframe-with-objectstar-material/osbdataaccess/" rel="attachment wp-att-1587">Objectstar</a> </strong>for fundamentals. I collected this free source from IMPULSE SOLUTIONS LTD.</p>
<p>You can also find <em><a href="http://stackoverflow.com/questions/395289/is-anyone-still-programming-in-objectstar-formerly-known-as-huron" target="_blank"><strong>here</strong> </a></em>for more info on it.</p>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/mainframe/'>Mainframe</a> Tagged: <a href='http://srinimf.wordpress.com/tag/material/'>Material</a>, <a href='http://srinimf.wordpress.com/tag/objectstar/'>Objectstar</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1586/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1586/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1586/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1586&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=P1OubuBk1oE:XAB8cqMijBA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=P1OubuBk1oE:XAB8cqMijBA:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=P1OubuBk1oE:XAB8cqMijBA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=P1OubuBk1oE:XAB8cqMijBA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=P1OubuBk1oE:XAB8cqMijBA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/P1OubuBk1oE" height="1" width="1"/>]]></content:encoded><description>What is objectstar? Objectstar is a Data Access method. We can copy or write data into many external legacy data bases. ADA Adabas DAT CA Datacom DB2 DB2 IDM IDMS IMS IMS/DB  It is platform independent, we can use it &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/06/02/mainframe-with-objectstar-material/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1586&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/06/02/mainframe-with-objectstar-material/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item><item><title>CICS-EIBCALEN, RECEIVE,DFHCOMMAREA</title><link>http://srinimf.wordpress.com/2012/05/31/cics-eibcalen-receivedfhcommarea/</link><category>Mainframe</category><category>CICS</category><category>EIBCALEN</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Thu, 31 May 2012 05:09:08 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1581</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Compared to IMS-DC the process for CICS is easier. In this post I would like to give some of the important topics.</p>
<p><span style="text-decoration:underline;"><strong>EIBCALEN: </strong></span> This CICS reserved word we use usually in the subroutine, say, we are calling a sub-program, and passing some data.</p>
<p>The interesting point is we do not know whether data is received or not (I hope you got the point. I am getting some data from the screen passing to first main program and next to sub-program). With this variable we can test it and control the program logic.</p>
<p>EVALUATE TRUE</p>
<p>     IF  EIBCALEN = 0</p>
<p>           EXEC  CICS</p>
<p>           RECEIVE  INTO(WS-RECORD)</p>
<p>           END-EXEC</p>
<p>    END-IF</p>
<p>END-EVALUATE</p>
<p>And, we can continue writing the code, If EIBCALEN = 1 to throw abend.</p>
<p>The above sample code shows how we receive the data in sub-module.</p>
<p>similarly, we can use DFHCOMMAREA in linkage section, to get data from the main program into sub program.</p>
<p><span style="text-decoration:underline;">In the main program, we pass data as below:</span></p>
<p>EXEC CICS</p>
<p>LINK PROGRAM (ABCDEF)</p>
<p>COMMAREA(WS-DATA-AREA)</p>
<p>LENGTH(LENGTH OF WS-DATA-AREA)</p>
<p>END-EXEC</p>
<p>In the sub-program we need to use DFHCOMMAREA in linkage section to get the data.</p>
<p><span style="text-decoration:underline;">Sub-program:</span></p>
<p>LINKAGE SECTION.</p>
<p>  01 DFHCOMMAREA.</p>
<p>       10 LS-DATA-AREA               PIC   X(1000)</p>
<p>The above are the possible ways to get data from main-program to sub-program.</p>
<p>I have collected the picture  from <strong>IBM, </strong>how data will pass <strong><a href="https://srinimf.files.wordpress.com/2012/05/doc1.docx">check here</a> .  </strong></p>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/mainframe/'>Mainframe</a> Tagged: <a href='http://srinimf.wordpress.com/tag/cics/'>CICS</a>, <a href='http://srinimf.wordpress.com/tag/eibcalen/'>EIBCALEN</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1581/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1581&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=NB7jYNoy43Y:EBjIWhIpxSQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=NB7jYNoy43Y:EBjIWhIpxSQ:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=NB7jYNoy43Y:EBjIWhIpxSQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NB7jYNoy43Y:EBjIWhIpxSQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=NB7jYNoy43Y:EBjIWhIpxSQ:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/NB7jYNoy43Y" height="1" width="1"/>]]></content:encoded><description>Compared to IMS-DC the process for CICS is easier. In this post I would like to give some of the important topics. EIBCALEN:  This CICS reserved word we use usually in the subroutine, say, we are calling a sub-program, and passing some data. The &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/05/31/cics-eibcalen-receivedfhcommarea/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1581&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/05/31/cics-eibcalen-receivedfhcommarea/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item><item><title>8 Things Not to Do in Your First 3 Months on the Job</title><link>http://srinimf.wordpress.com/2012/05/30/8-things-not-to-do-in-your-first-3-months-on-the-job/</link><category>Self-development</category><category>New Job</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Wed, 30 May 2012 07:02:50 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1579</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I am just reading some important article. While browsing I found  a good article.</p>
<p>I am just giving here for my blog readers:</p>
<ol>
<li>Never say ‘That’s not my Job’</li>
<li>Never behave as if you know everything:</li>
<li>Don’t be Unsocial</li>
<li>Do not take vacations immediately after joining</li>
<li>Do not get involved in surfing the social networking sites</li>
<li>Never get indulged with office Gossip</li>
<li>Don’t lie about a mistake done by you</li>
<li>Avoid saying ‘I’ instead of ‘We’ </li>
</ol>
<p><strong>&lt;&lt;Post your comments after reading this article, and your thoughts. I will share it to all&gt;&gt;</strong></p>
<blockquote><p><span style="color:#000080;"><strong>For complete article read <a href="http://jobs.siliconindia.com/career-news/8-Things-Not-to-Do-in-Your-First-3-Months-on-the-Job-nid-117832.html?utm_campaign=Newsletter&amp;utm_medium=Email&amp;utm_source=r1" target="_blank"><span style="color:#000080;">here</span></a>. It is FREE.</strong></span></p></blockquote>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/self-development/'>Self-development</a> Tagged: <a href='http://srinimf.wordpress.com/tag/new-job/'>New Job</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1579/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1579/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1579/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1579&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=7LIuF0jFHW4:2UXXD4kFQg8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=7LIuF0jFHW4:2UXXD4kFQg8:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=7LIuF0jFHW4:2UXXD4kFQg8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7LIuF0jFHW4:2UXXD4kFQg8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=7LIuF0jFHW4:2UXXD4kFQg8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/7LIuF0jFHW4" height="1" width="1"/>]]></content:encoded><description>I am just reading some important article. While browsing I found  a good article. I am just giving here for my blog readers: Never say ‘That’s not my Job’ Never behave as if you know everything: Don’t be Unsocial Do &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/05/30/8-things-not-to-do-in-your-first-3-months-on-the-job/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1579&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/05/30/8-things-not-to-do-in-your-first-3-months-on-the-job/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item><item><title>JCL- Sort OUTFIL FNAMES (1 of 3)</title><link>http://srinimf.wordpress.com/2012/05/29/jcl-sort-outfil-fnames-1-of-3/</link><category>Mainframe</category><category>FNAMES</category><category>JCL</category><category>OUTFIL</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Tue, 29 May 2012 06:55:41 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1577</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>As we all know, in JCL knowing SORT with DFSORT utility is niche area. Every mainframe professional feels little bit hard when working with SORT.</p>
<p>I have seen in Banking and Telecom domain, the usage with OUTFIL are much many</p>
<p>Just a few:</p>
<ol>
<li>Write to multiple output datasets</li>
<li>Covert FB file to VB file</li>
<li>Converts VB file to FB</li>
<li>Also, Parsing, Editing, Reformatting we can do</li>
</ol>
<blockquote><p><strong><span style="color:#800000;">Great for your patience. Let me tell something about my self. I am very much interested in reading books. Recently I read &#8220;Invest in yourself-Transform your career&#8221; , this book says we need to focus and re-focus and find some niche area in your working area. So that you will become hot cake for companies&#8230;Very nice.<span id="more-1577"></span></span></strong></p></blockquote>
<p>Actually, with SORT we can avoid writing complex programs. There are many things to learn. OUTFILE and OUTFIL both are correct.</p>
<p>Let me give an example:</p>
<p>OUTFIL FNAME=(FILE1, FILE2, FILE3) =&gt; So after sorting we can write sorted results to multiple files. These file can be DASD, TAPE etc.</p>
<p>Another usage is :</p>
<p>OUTFIL FNAMES=SKIP70,STARTREC=71</p>
<p>OUTFIL FNAMES=MIDDLE,STARTREC=601,ENDREC=1000</p>
<p>More I will give in my next posts.</p>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/mainframe/'>Mainframe</a> Tagged: <a href='http://srinimf.wordpress.com/tag/fnames/'>FNAMES</a>, <a href='http://srinimf.wordpress.com/tag/jcl/'>JCL</a>, <a href='http://srinimf.wordpress.com/tag/outfil/'>OUTFIL</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1577/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1577&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=nXY4xlbFPOg:ViNUOlDbKG8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=nXY4xlbFPOg:ViNUOlDbKG8:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=nXY4xlbFPOg:ViNUOlDbKG8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=nXY4xlbFPOg:ViNUOlDbKG8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=nXY4xlbFPOg:ViNUOlDbKG8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/nXY4xlbFPOg" height="1" width="1"/>]]></content:encoded><description>As we all know, in JCL knowing SORT with DFSORT utility is niche area. Every mainframe professional feels little bit hard when working with SORT. I have seen in Banking and Telecom domain, the usage with OUTFIL are much many &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/05/29/jcl-sort-outfil-fnames-1-of-3/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1577&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/05/29/jcl-sort-outfil-fnames-1-of-3/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item><item><title>SDSF-Spool SET Commands</title><link>http://srinimf.wordpress.com/2012/05/28/sdsf-spool-set-commands/</link><category>Mainframe</category><category>SDSF</category><category>SET</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Mon, 28 May 2012 06:59:59 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1574</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>One of the command is <strong>SET ACTION</strong> - just type on the SDSF command line.</p>
<p>After typing the above command you can see, lot of line commands.</p>
<p>In front of job step you can use the below commands</p>
<p>SJ  ==&gt; It will show complete jcl</p>
<p>SE ===&gt; You can edit the data</p>
<p>SB ==&gt; Only to browse</p>
<p>XDC ==&gt; Command to copy SYSOUT into PS or PDS member etc.,</p>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/mainframe/'>Mainframe</a> Tagged: <a href='http://srinimf.wordpress.com/tag/sdsf/'>SDSF</a>, <a href='http://srinimf.wordpress.com/tag/set/'>SET</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1574/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1574/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1574/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1574&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=7wm9K4cCIQE:0tOTPyzu7XI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=7wm9K4cCIQE:0tOTPyzu7XI:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=7wm9K4cCIQE:0tOTPyzu7XI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=7wm9K4cCIQE:0tOTPyzu7XI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=7wm9K4cCIQE:0tOTPyzu7XI:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/7wm9K4cCIQE" height="1" width="1"/>]]></content:encoded><description>One of the command is SET ACTION - just type on the SDSF command line. After typing the above command you can see, lot of line commands. In front of job step you can use the below commands SJ  ==&amp;#62; It &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/05/28/sdsf-spool-set-commands/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1574&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/05/28/sdsf-spool-set-commands/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item><item><title>DB2- User Defined Data Type</title><link>http://srinimf.wordpress.com/2012/05/27/db2-user-defined-data-type/</link><category>Mainframe</category><category>db2</category><category>UDT</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Sun, 27 May 2012 08:45:59 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1570</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>User defined data types like user define functions are creating customised data types.</p>
<p>For example, CREATE DISTINCT TYPE AUDIO AS BLOB(1M);</p>
<p>So now the &#8220;audio&#8221; becomes a new data-type.</p>
<p>If we talk about user defined data types, there are 2 types.</p>
<p>Distinct type:In this case only user defined type is customised based on existing type</p>
<p>Structured type: </p>
<p>CREATE TYPE PERSON_DET AS (NAME CHAR(20),</p>
<p>AGE INT,</p>
<p>ADDRESS ADDRESS_T,</p>
<p>INSTANTIABLE</p>
<p>REF USING VARCAHR(13) FOR BIT DATA</p>
<p>MODE DB2 SQL;</p>
<p>The basic difference is , we can create a structure with mix of db2 existing types and UDTs.</p>
<p>The usage for UDTs we can see in the Banking domain.</p>
<p>In my next posts I will add more explanation.</p>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/mainframe/'>Mainframe</a> Tagged: <a href='http://srinimf.wordpress.com/tag/db2/'>db2</a>, <a href='http://srinimf.wordpress.com/tag/udt/'>UDT</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1570/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1570/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1570/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1570&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=A7wBFFeyaWA:KH7ya3kMco4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=A7wBFFeyaWA:KH7ya3kMco4:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=A7wBFFeyaWA:KH7ya3kMco4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=A7wBFFeyaWA:KH7ya3kMco4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=A7wBFFeyaWA:KH7ya3kMco4:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/A7wBFFeyaWA" height="1" width="1"/>]]></content:encoded><description>User defined data types like user define functions are creating customised data types. For example, CREATE DISTINCT TYPE AUDIO AS BLOB(1M); So now the &amp;#8220;audio&amp;#8221; becomes a new data-type. If we talk about user defined data types, there are 2 types. &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/05/27/db2-user-defined-data-type/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1570&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/05/27/db2-user-defined-data-type/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item><item><title>9 Daily Use SDSF Spool Commands</title><link>http://srinimf.wordpress.com/2012/05/26/9-daily-use-sdsf-spool-commands/</link><category>Mainframe</category><category>SDSF</category><category>SPOOL</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Fri, 25 May 2012 21:08:34 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1567</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I am having my morning coffee. Just completed my reading &#8220;<a href="http://www.infibeam.com/Books/start-up-you-reid-hoffman/9781847940797.html?utm_term=Adapt+to+the+Future,+Invest+in+Yourself,+and+Transform+your+Career_1_1?&amp;trackId=sri'" target="_blank">Adapt to the Future, Invest in Yourself, and Transform your Career</a>&#8221; written by Halfman (It is cheaper to buy an indian edition). An excellent book it really tranforms you.</p>
<p>SDSF: It is also called spool display search facility. We can watch jobs while running in the spool. This facility helps us to do many with the list of jobs.</p>
<p><strong><span style="text-decoration:underline;">Command </span>                                      <span style="text-decoration:underline;">Action</span></strong></p>
<p>OWNER    XYZABC                         It filters for a particular owner(TSO-Id)</p>
<p>LOCATE  Column-name                It locates column name</p>
<p>PREFIX    Job-name                        It filters by job-name</p>
<p>FIND       String                                We can find the string</p>
<p>TOP         Scrolls to top</p>
<p>BOTTOM   Scrolls to bottom</p>
<p>LEFT         Scrolls to left</p>
<p>RIGHT     Scrolls to right   </p>
<p>SELECT   we use to display selected row</p>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/mainframe/'>Mainframe</a> Tagged: <a href='http://srinimf.wordpress.com/tag/sdsf/'>SDSF</a>, <a href='http://srinimf.wordpress.com/tag/spool/'>SPOOL</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1567/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1567&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=Se8-vOLuEaI:NR5dyzuczIM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=Se8-vOLuEaI:NR5dyzuczIM:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=Se8-vOLuEaI:NR5dyzuczIM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=Se8-vOLuEaI:NR5dyzuczIM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=Se8-vOLuEaI:NR5dyzuczIM:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/Se8-vOLuEaI" height="1" width="1"/>]]></content:encoded><description>I am having my morning coffee. Just completed my reading &amp;#8220;Adapt to the Future, Invest in Yourself, and Transform your Career&amp;#8221; written by Halfman (It is cheaper to buy an indian edition). An excellent book it really tranforms you. SDSF: &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/05/26/9-daily-use-sdsf-spool-commands/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1567&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/05/26/9-daily-use-sdsf-spool-commands/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item><item><title>Delete JCL for GDG base and VSAM cluster</title><link>http://srinimf.wordpress.com/2012/05/24/delete-jcl-for-gdg-base-and-vsam-cluster/</link><category>Mainframe</category><category>DELETE</category><category>IDCAMS</category><category>JCL</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Wed, 23 May 2012 19:44:47 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1564</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>The below jcl we can use to delete GDG bases. The interesting point is if we delete GDG base, automatically it deletes all the versions.</p>
<p>//Step1   EXEC  PGM=IDCAMS</p>
<p>//SYSIN   DD   *</p>
<p>   DELETE &#8216;XXXX.XXXX.XXXX.XXX&#8217; GDG FORCE</p>
<p>/*</p>
<p>(or) if we want to delete migrated-GDGS,  use the following syntax.</p>
<p>//Step1   EXEC  PGM=IDCAMS</p>
<p>//SYSIN   DD   *</p>
<p>   HDELETE &#8216;XXXX.XXXX.XXXX.XXX&#8217; GDG FORCE</p>
<p>/*</p>
<p>There are two optional parameters usually we give with DELETE.</p>
<p><strong>FORCE:</strong> It deletes all clusters in the catalogue.</p>
<p><strong>NOFORCE:</strong> It deletes empty catalogue. If the catalogue does have cluster entries, it will not delete.</p>
<p><strong>PURGE:</strong> Even though GDG has retention period, it deletes all entries.</p>
<p><strong>NOPURGE:</strong> When the GDG has retention period, it will not delete the entries.</p>
<blockquote><p>With IDCAMS utility we can delete GDG clusters and VSAM clusters. </p></blockquote>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/mainframe/'>Mainframe</a> Tagged: <a href='http://srinimf.wordpress.com/tag/delete/'>DELETE</a>, <a href='http://srinimf.wordpress.com/tag/idcams/'>IDCAMS</a>, <a href='http://srinimf.wordpress.com/tag/jcl/'>JCL</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1564/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1564&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=NDEJrxbyeVg:327yE9TQOSQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=NDEJrxbyeVg:327yE9TQOSQ:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=NDEJrxbyeVg:327yE9TQOSQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=NDEJrxbyeVg:327yE9TQOSQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=NDEJrxbyeVg:327yE9TQOSQ:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/NDEJrxbyeVg" height="1" width="1"/>]]></content:encoded><description>The below jcl we can use to delete GDG bases. The interesting point is if we delete GDG base, automatically it deletes all the versions. //Step1   EXEC  PGM=IDCAMS //SYSIN   DD   *    DELETE &amp;#8216;XXXX.XXXX.XXXX.XXX&amp;#8217; GDG FORCE /* (or) if we want to delete migrated-GDGS,  use &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/05/24/delete-jcl-for-gdg-base-and-vsam-cluster/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1564&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/05/24/delete-jcl-for-gdg-base-and-vsam-cluster/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item><item><title>How do we re-arrange Columns in SDSF spool?</title><link>http://srinimf.wordpress.com/2012/05/22/how-do-we-re-arrange-columns-in-sdsf-spool/</link><category>Mainframe</category><category>Mainframe Tip</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srini</dc:creator><pubDate>Tue, 22 May 2012 07:18:04 PDT</pubDate><guid isPermaLink="false">http://srinimf.wordpress.com/?p=1558</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>There are many tips available. Out of these I am giving here some of the important tips( I can give some more in my next posts).</p>
<ul>
<li>Go to SDSF.</li>
<li>In the line command type &#8220;arrange ?&#8221;</li>
<li>This will bring the list of SDSF columns</li>
<li>We can move columns using &#8220;/&#8221; or &#8220;//&#8221;</li>
<li>This way as required we can re-arrange columns</li>
</ul>
<p><strong><span style="text-decoration:underline;">Which date take less CPU time (Cobol or DB2):</span></strong></p>
<p>Check <a href="http://srinimf.wordpress.com/2011/12/04/cobol-date-function-1/" target="_blank">here</a> how to get COBOL Date and Time-stamp.</p>
<p>MOVE CURRENT-DATE1 TO NEW-DATE takes less CPU time than Date that we get from DB2</p>
<p>SELECT CURRENT DATE FROM SYSDUMMY1.</p>
<br />Filed under: <a href='http://srinimf.wordpress.com/category/mainframe/'>Mainframe</a> Tagged: <a href='http://srinimf.wordpress.com/tag/mainframe-tip/'>Mainframe Tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/srinimf.wordpress.com/1558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/srinimf.wordpress.com/1558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/srinimf.wordpress.com/1558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/srinimf.wordpress.com/1558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/srinimf.wordpress.com/1558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/srinimf.wordpress.com/1558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/srinimf.wordpress.com/1558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/srinimf.wordpress.com/1558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/srinimf.wordpress.com/1558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/srinimf.wordpress.com/1558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/srinimf.wordpress.com/1558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/srinimf.wordpress.com/1558/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/srinimf.wordpress.com/1558/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/srinimf.wordpress.com/1558/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&#038;blog=12352918&#038;post=1558&#038;subd=srinimf&#038;ref=&#038;feed=1" width="1" height="1" /><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=ZdXfm8uoudE:eyAxRYWE0UU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=ZdXfm8uoudE:eyAxRYWE0UU:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=ZdXfm8uoudE:eyAxRYWE0UU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?a=ZdXfm8uoudE:eyAxRYWE0UU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Mainframe-sriniBlogs?i=ZdXfm8uoudE:eyAxRYWE0UU:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Mainframe-sriniBlogs/~4/ZdXfm8uoudE" height="1" width="1"/>]]></content:encoded><description>There are many tips available. Out of these I am giving here some of the important tips( I can give some more in my next posts). Go to SDSF. In the line command type &amp;#8220;arrange ?&amp;#8221; This will bring the &amp;#8230; &lt;a href="http://srinimf.wordpress.com/2012/05/22/how-do-we-re-arrange-columns-in-sdsf-spool/"&gt;Continue reading &lt;span class="meta-nav"&gt;&amp;#8594;&lt;/span&gt;&lt;/a&gt;&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=srinimf.wordpress.com&amp;#038;blog=12352918&amp;#038;post=1558&amp;#038;subd=srinimf&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://srinimf.wordpress.com/2012/05/22/how-do-we-re-arrange-columns-in-sdsf-spool/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/85c020fe4e59931b00b5d3c9e4a84c4c?s=96&amp;d=&amp;r=G" medium="image">
			<media:title type="html">Srini</media:title>
		</media:content></item></channel></rss>

