Description
Book Synopsis
Beginning COBOL for Programmers is a comprehensive, sophisticated tutorial and modular skills reference on the COBOL programming language for established programmers. This book is for you if you are a developer who would like to—or must—add COBOL to your repertoire. Perhaps you recognize the opportunities presented by the current COBOL skills crisis, or are working in a mission critical enterprise which retains legacy COBOL applications. Whatever your situation, Beginning COBOL for Programmers meets your needs as an established programmer moving to COBOL.
Beginning COBOL for Programmers includes comprehensive coverage of ANS 85 COBOL features and techniques, including control structures, condition names, sequential and direct access files, data redefinition, string handling, decimal arithmetic, subprograms, and the report writer. The final chapter includes a substantial introduction to object-oriente
Table of Contents
1. Introduction to COBOL
2. COBOL Foundation
3. Data Declaration In COBOL
4. Procedure Division Basics
5. Control Structures: Selection
6. Control Structures: Iteration
7. Introduction to Sequential Files
8. Advanced Sequential Files
9. Edited Pictures
10. Processing Sequential Files
11. Creating Tabular Data
12. Advanced Data Declaration
13. Searching Tabular Data
14. Sorting and Merging
15. String Manipulation
16. Creating Large Systems
17. Direct Access Files
18. The COBOL Report Writer
19. OO-COBOL