您的位置>> 首页 > 所有图书 > Microsoft COBOL Reference Manual
查看图书
  • 书名: Microsoft COBOL...
  • 作者:
  • 出版: Microsoft Corporation
  • 年月:
  • 页数:308
  • 书价:
  • 登录号:OE00073
  • 分类号:
  图书目录:Figures   

Tables    

Introduction    

How to Use This Manual    

General Format

and Syntax Notation    

Learning More About COBOL    

Microsoft COBOL and

ANSI 74 Standard COBOL     

Microsoft COBOL Extensions    

1    Language Elements   

 1.1   Source Coding Rules

 1.2   Character Set   

 1.3    Punctuation    

 1.4   Reserved Words    

 1.5   Names   

 1.6   Literals    

 1.7    Statements   

 1.8   Arithmetic Statements    

 1.9   Arithmetic Expressions     

         Structure of a COBOL Program    

 2.1   Level Numbers and Data-Items    

 2.2   Compiler Directing Statements     

3      IDENTIFICATION DIVISION    

 3.1   AUTHOR Paragraph    

 3.2   DATE-COMPILED Paragraph    

 3.3   DATE-WRITTEN Paragraph   

 3.4   IDENTIFICATION DIVISION Header   

 3.5   INSTALLATION Paragraph  

 3.6   PROGRAM-ID Paragraph  

 3.7   SECURITY Paragraph    

4    ENVIRONMENT DIVISION  

 4.1   ASSIGN Clause  

 4.2   CONFIGURATION SECTION Header   

 4.3   ENVIRONMENT DIVISION Header    

 4.4   FILE-CONTROL Paragraph  

 4.5    INPUT-OUTPUT SECTION Header    

 4.6   I-O-CONTROL Paragraph   

 4.7   OBJECT-COMPUTER Paragraph     

 4.8   SAME AREA Clause    

 4.9   SELECT Clause   

 4.10  SOURCE-COMPUTER Paragraph    

 4.11  SPECIAL-NAMES Paragraph    

         DATA DIVISION   57

 5.1   Data-Items and Data Descriptions  

 5.2   DATA DIVISION Limitations   

 5.3   Sections    

 5.4   Clauses   

        PROCEDURE DIVISION    

 6.1   Arithmetic Statements    

 6.2    I-O Error Handling     

 6.3   Dynamic Debugging Statements     

 6.4   PROCEDURE DIVISION Statements   145

        Inter-Program Communication   

7.1   CALL Statement    

 7.2   EXIT PROGRAM Statement  

 7.3   CHAIN Statement   

 7.4   PROCEDURE DIVISION

       Header With CALL and CHAIN   



8        Table Handling by the Indexing Method    

 8.I   Index-Names and Index-Items    

 8.2   SET Statement   

 8.3   Relative Indexing   

 8.4   Format 1 SEARCH Statement   231

 8.5   Format 2 SEARCH Statement   234

9    SEQUENTIAL Files   237

 9.1   Definition of

                   Sequential File Organization   

 9.2   Syntax Considerations  

 9.3   File Status Reporting    

 9.4   PROCEDURE DIVISION

                   Statements for Sequential Files    

10   INDEXED Files   

 10.1  Definition of

      INDEXED File Organization  

 10.2  Syntax Considerations    

 10.3  PROCEDURE DIVISION

                   Statements for INDEXED Files    

11   RELATIVE Files    

 11.1  Definition of

                   RELATIVE File Organization "  

 11.2  Syntax Considerations   

 11.3  File Status Reporting   

 11.4  PROCEDURE DIVISION

       Statement for RELATIVE Files  

12   Declaratives and the USE Sentence  

13   Segmentation