<?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; ABEND</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/abend/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 18:03:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Coding to prevent table overflows withing programs</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/coding-to-prevent-table-overflows-withing-programs/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/coding-to-prevent-table-overflows-withing-programs/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:14:37 +0000</pubDate>
		<dc:creator>NanetteHaraden</dc:creator>
				<category><![CDATA[ABEND]]></category>
		<category><![CDATA[Buffer overflow]]></category>
		<category><![CDATA[COBOL]]></category>
		<category><![CDATA[Easytrieve]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In this new world of zero tollerance for abends and the goal of 100% production stability, I have been charged with determining the best method to prevent abends due to internal program table overflows.  Our environment has Cobol, Eztrieve and Assembler programs with internal tables.  We are looking to replace hard-coding of occurs clauses with [...]]]></description>
				<content:encoded><![CDATA[<p>In this new world of zero tollerance for abends and the goal of 100% production stability, I have been charged with determining the best method to prevent abends due to internal program table overflows.  Our environment has Cobol, Eztrieve and Assembler programs with internal tables.  We are looking to replace hard-coding of occurs clauses with a new method to dynamically increase table space if needed.  I don&#8217;t know the best or simplest method or if there is a method that can be applied to all our programming languages.  My suggestion was to set a threshold value to indicate if the table was close to max and send a message to support that the table is getting ready to overflow.  This method is easy and could be applied to all laguages, but my mgmt. voted this down because it &#8220;doesn&#8217;t guarentee&#8221; the prevention of an abend.  Another suggestion was the use of Dynamic Table Expansion using MICM tables.  I haven&#8217;t completely figured out how this works and I&#8217;m not sure it this can be applied to all laguages, it also appears to require alot of coding. Another co-worker said that they have heard of coding a file FD where Cobol treats the file as a table and you don&#8217;t have to specify an occurs.  I have not found any documentation on this method.  Please lend your advise and point me to any examples and resources that might be available.  Thanks very much for your assitance.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/coding-to-prevent-table-overflows-withing-programs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IKJEFT01 job giving SYSTEM COMPLETION CODE=0C4  REASON CODE=00000011</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/ikjeft01-job-giving-system-completion-code0c4-reason-code00000011/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/ikjeft01-job-giving-system-completion-code0c4-reason-code00000011/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 17:22:34 +0000</pubDate>
		<dc:creator>Saurabhgargava</dc:creator>
				<category><![CDATA[ABEND]]></category>
		<category><![CDATA[IKJEFT01]]></category>
		<category><![CDATA[JCL]]></category>
		<category><![CDATA[Job Control Language]]></category>
		<category><![CDATA[RC=000011]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[One of my job is trying to search the reagions which are holding a file and run this step //PSTY0020 EXEC PGM=IKJEFT01,DYNAMNBR=8, // PARM=(&#8216;%ISFSCAN,&#038;INS..PO.STDATM.JOURNAL&#8217;, // &#8216;DD(2&#038;DD),NONCICSABORT&#8217;) //SYSPROC DD DSN=CSG.CTLCARD,DISP=SHR //SYSTSIN DD DUMMY //SYSTSPRT DD SYSOUT=* //SYSOUT DD SYSOUT=* //ISFSINFO DD DSN=&#038;FSINFO,DISP=SHR //ISFDADS DD DSN=&#038;SEQ..PB.STDATM.ISFDADS, // DISP=(MOD,CATLG,DELETE), // DATACLAS=SMALL //ISFDADR DD DSN=&#038;SEQ..PB.STDATM.ISFDADR, // DISP=(MOD,CATLG,DELETE), // DATACLAS=SMALL [...]]]></description>
				<content:encoded><![CDATA[<p>One of my job is trying to search the reagions which are holding a file and run this step<br />
//PSTY0020 EXEC PGM=IKJEFT01,DYNAMNBR=8,<br />
// PARM=(&#8216;%ISFSCAN,&#038;INS..PO.STDATM.JOURNAL&#8217;,<br />
//   &#8216;DD(2&#038;DD),NONCICSABORT&#8217;)<br />
//SYSPROC   DD  DSN=CSG.CTLCARD,DISP=SHR<br />
//SYSTSIN   DD DUMMY<br />
//SYSTSPRT  DD SYSOUT=*<br />
//SYSOUT    DD SYSOUT=*<br />
//ISFSINFO  DD DSN=&#038;FSINFO,DISP=SHR<br />
//ISFDADS  DD  DSN=&#038;SEQ..PB.STDATM.ISFDADS,<br />
//             DISP=(MOD,CATLG,DELETE),<br />
//             DATACLAS=SMALL<br />
//ISFDADR  DD  DSN=&#038;SEQ..PB.STDATM.ISFDADR,<br />
//             DISP=(MOD,CATLG,DELETE),<br />
//             DATACLAS=SMALL<br />
//*<br />
This Stp is alway&#8217;s getting ended with  Soc 4 and reason code =11<br />
Please can somebody help !!!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/ikjeft01-job-giving-system-completion-code0c4-reason-code00000011/feed/</wfw:commentRss>
		<slash:comments>0</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/16 queries in 0.025 seconds using memcached
Object Caching 389/422 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 18:04:07 -->