Good idea. We'll see if this applies. Thanks Alan Schwartz Assurant Shared Business Services Lead Systems Programmer Phone: 651-361-4758 Fax: 651-361-5625
Kirk Talman <[EMAIL PROTECTED]> Sent by: IBM Mainframe Discussion List <[email protected]> 06/01/2006 02:29 PM Please respond to IBM Mainframe Discussion List <[email protected]> To [email protected] cc Subject Re: Slower run time with DATA(31) COBOL Option What is the definition of WS-LOSS-PAID-REINS, WS-LOSS-EXP-REINS? What does generated code look like? The SET implies ACCUM-R is an index, which is optimal. I once solved a problem like this by defining a pre-initialized parallel structure to one being cleared and using a group level move. I also got a contracting job and later a position at a software company by dropping the run/cpu time of a job by about 90% through judicious choice of data types. Program was processing each character of each record one at a time. Ran into similar problem on Honeywell Level 6 Cobol. The "final" solution to these kinds of problems is to write Assembler subroutines. ************************************************************************************** This e-mail message and all attachments transmitted with it may contain legally privileged and/or confidential information intended solely for the use of the addressee(s). If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, forwarding or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message and all copies and backups thereof. Thank you. ************************************************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

