COBOL for the 21st Century, 11/e (Paperback)

Nancy B. Stern, Robert A. Stern, James P. Ley

  • 出版商: Wiley
  • 出版日期: 2005-08-05
  • 定價: $1,550
  • 售價: 9.5$1,473
  • 語言: 英文
  • 頁數: 832
  • 裝訂: Paperback
  • ISBN: 0471722618
  • ISBN-13: 9780471722618
  • 相關分類: 程式語言
  • 立即出貨 (庫存=1)

買這商品的人也買了...

商品描述

Description:

COBOL . . . Still standing tall.


Just like the evergreen, the COBOL programming language has remained vibrant and full of life year after year. Today, COBOL is running a large number of the world's business data applications, and it's likely to remain a viable language in the years ahead.


Now in its 11th Edition, Nancy Stern, Robert Stern, and James Ley's COBOL for the 21st Century continues to show how to design COBOL programs that are easy to read, debug, modify, and maintain. You'll learn to write interactive programs as well as batch programs with sophisticated file processing techniques, and become familiar with valuable information processing and systems concepts.

Features
* Updated to reflect COBOL 2008, where appropriate.
* A chapter on the Report Writer Module.
* More end-of-chapter questions.
* A running case study builds on what you have learned in each chapter.
* Integrated coverage of interactive programming.
* Covers information processing and systems concepts that will help you interact with users and systems analysts when designing programs.
* Introduces programming tools such as pseudocode and hierarchy charts that make program logic more structured, modular, and top-down.
* Presents useful techniques for maintaining and modifying older "legacy" programs.
* Effective learning tools, including chapter outlines and objectives, debugging tips and exercises, critical-thinking questions, and programming assignments.
* Links to COBOL Internet resources.
* Companion Website (www.wiley.com/college/stern), featuring a syntax reference guide, data sets for all programming assignments, and all programs illustrated in the book.

 

Table of Contents:

Unit I: The Basics.

1. An Introduction to Structured Program Design in COBOL.

2. The IDENTIFICATION and ENVIRONMENT DIVISIONS.

3. The DATA DIVISION.

4. Coding Complete COBOL Programs: The PROCEDURE DIVISION.

Unit II: Designing Structured Programs.

5. Designing and Debugging Batch and Interactive COBOL Programs.

6. Moving Data, Printing Information, and Displaying Output Interactively.

7. Computing in COBOL: The Arithmetic Verbs and Intrinsic Functions.

8. Decision Making Using the IF and EVALUATE Statements.

9. Iteration: Beyond the Basic PERFORM.

Unit III: Writing High-Level COBOL Programs.

10. Control Break Processing.

11. Data Validation.

12. Array Processing and Table Handling.

Unit IV: File Maintenance.

13. Sequential File Processing.

14. Sorting and Merging.

15. Indexed and Relative File Processing.

Unit V: Advanced Topics.

16. Improving Program Performance Using the COPY, CALL, and Other Statements.

17. The Report Writer Module.

Appendixes.

A. COBOL Character Set and reserved Words.

B. Differences Among the COBOL Standards.

C. Glossary.

商品描述(中文翻譯)

描述:
COBOL . . . 依然屹立不倒。
就像常青樹一樣,COBOL 程式語言年復一年保持著活力和生命力。如今,COBOL 正在運行著世界上大量的商業數據應用,並且在未來幾年內仍有可能成為一種可行的語言。
第11版的 Nancy Stern、Robert Stern 和 James Ley 的《COBOL for the 21st Century》繼續展示如何設計易於閱讀、調試、修改和維護的 COBOL 程式。您將學習編寫交互式程式以及具有複雜文件處理技術的批次程式,並熟悉有價值的信息處理和系統概念。
特點:
* 更新以反映 COBOL 2008 的相關內容。
* 一個關於報表編寫模塊的章節。
* 更多章節結束時的問題。
* 一個連貫案例研究,每章建立在您所學的基礎上。
* 整合了交互式編程的內容。
* 涵蓋信息處理和系統概念,將幫助您在設計程式時與用戶和系統分析師進行交互。
* 介紹了諸如偽代碼和層次圖等編程工具,使程式邏輯更加結構化、模塊化和自上而下。
* 提供了維護和修改舊有“遺產”程式的有用技巧。
* 有效的學習工具,包括章節大綱和目標、調試提示和練習、批判性思考問題和程式作業。
* COBOL 網絡資源的鏈接。
* 附帶網站(www.wiley.com/college/stern),提供語法參考指南、所有程式作業的數據集以及書中所示的所有程式。

目錄:
第一單元:基礎知識。
1. COBOL 結構化程式設計介紹。
2. IDENTIFICATION 和 ENVIRONMENT 部分。
3. DATA 部分。
4. 編寫完整的 COBOL 程式:PROCEDURE 部分。

第二單元:設計結構化程式。
5. 設計和調試批次和交互式 COBOL 程式。
6. 數據移動、信息打印和交互式輸出顯示。
7. COBOL 中的計算:算術動詞和內建函數。
8. 使用 IF 和 EVALUATE 語句進行決策。
9. 迭代:超越基本 PERFORM。

第三單元:編寫高級 COBOL 程式。
10. 控制中斷處理。
11. 數據驗證。
12. 數組處理和表格處理。

第四單元:文件維護。
13. 順序文件處理。
14. 排序和合併。
15. 索引和相對文件處理。

第五單元:高級主題。