You are here:

Cobol/Expert Profile


Ask A Question

Expertise

I specialize in IBM z/OS COBOL and MicroFocus OCDS and Server Express non-OOP. Design, coding and performance oriented questions. Also linking to IBM Assembler from COBOL. Because the rules change with version, please state language level, version and platform environment. See CICS for questions about CICS.

Experience in the area

Over 35 years working with COBOL on multiple platforms and OS.

Education/Credentials

Graduate, New York School of Computer Technology.

Past/Present Clients

Major Financial Institutions, State of NC (DHHS), Manufacturing, Financial services, Warehousing, Software developer and others.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
jemz03/31/12101010Hello sir David, Okay i will try .....
Aaron03/27/12101010thanks i got it. i see that .....
jemz03/24/12101010Thank you sir for helping me,sir .....
jemz03/18/12101010Sir david thank you for helping me .....
Srilakshmi02/25/12101010 

Recent Answers from David Nelson

2012-03-19 Cobol Alphanumeric Incrementation:

You must allow for a zero remainder which will give you zero as a digit value. Also the original was intended for a much larger range of values. COBOL subscript of 0 is not allowed so you need to add 1

2011-10-12 COBOL FD max size:

I don't have a 4.1 manual, however Appendix B in the Language reference manual gives the limits.  My 4.2 manual has the following:    RECORD CONTAINS integer 1,048,575(Note 5).    Note 5. Compiler limit

2011-10-08 Return code 46:

Please check you end of file logic.   The File status 10 is EOF, are you sure your test for EOF and the move 1 to end-of-file-sw is setting the correct level 88 condition to TRUE?     I recommend having

2011-10-07 Return code 46:

Gail;   The following is from IBM Z/OS Enterprise COBOL Language Reference (V4.2):   10 At end condition. A sequential READ statement was attempted and no next logical  record existed in the file because

2011-09-27 READ and WRITE statement:

You need to identify the reason for the error.  Do you have the file defined correctly?   If you are reading the file, does the format of the file read match the type of file defined. For instance, if

 

Ask A Question

Cobol

All Answers


Answers by Expert:


Ask Experts

Volunteer


©2012 About.com, a part of The New York Times Company. All rights reserved.