Re: Performance in S9(08) COMP

2014-10-16 Thread Rick Arellanes
-- You might want to read the COBOL Performance Tuning paper (for Enterprise COBOL 4.2) at: http://www-01.ibm.com/support/docview.wss?rs=203q=7018287uid=swg27018287 to see the performance implications of various compiler options, run-time options, data types, and other factors. Rick Arellanes IBM

Re: Dynamic Allocation in COBOL

2013-09-09 Thread Rick Arellanes
://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/igy3pg50/1.9.4.1 VSAM: http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/igy3pg50/1.10.6.3 LINE SEQUENTIAL: http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/igy3pg50/1.11.3 Rick Arellanes (IBM COBOL Development and Service) On Fri, 6 Sep 2013 09:06:25 -0500

Re: Reading PDS/PDSE members from within COBOL in a loop

2013-07-09 Thread Rick Arellanes
again using the new values. The ENV-xxx values are defined as: 01 ENV-VARS. 05 ENV-NAME PIC X(9). 05 ENV-VALUE PIC X(100). 05 ENV-OVERWRITEPIC S9(8) COMP. Rick Arellanes (IBM COBOL

Re: COBOL Compiler Question

2012-10-22 Thread Rick Arellanes
, then you need to pass DFHEIBLK and DFHCOMMAREA only if they are explicitly coded in the called subprogram. Rick Arellanes IBM COBOL Development and Performance -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: COBOL Compiler Question

2012-10-16 Thread Rick Arellanes
the bottom of the page). The most current one is Enterprise COBOL Version 4 Release 2 Performance Tuning (which is at the top of the list). The CICS section starts on page 27. Rick Arellanes IBM COBOL Development and Performance On Fri, 12 Oct 2012 23:21:59 +, John Weber j...@fiteq.com wrote

Re: COBOL 3.4 and LE Considerations questions

2012-06-21 Thread Rick Arellanes
/1.2.2 Rick Arellanes IBM COBOL Development -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN