Language Reference - Additional Topics
Table of Contents
Index
Chapter 12: Ryan McFarland COBOL V2.0 Syntax Support
12.1 Environment Division
12.1.1 The ASSIGN Clause
12.1.2 The ORGANIZATION Clause
12.2 Data Division
12.2.1 The VALUE OF LABEL Clause
12.2.2 Length of Nonnumeric Literals
12.2.3 Default Sign Representation
12.2.4 The USAGE Clause
12.3 Procedure Division
12.3.1 Literals as CALL Parameters
12.3.2 The EXIT PROGRAM Statement
12.3.3 Bound Checking
12.3.4 Size Allocation for Index Data Items
12.3.5 The ACCEPT Statement
12.3.6 The DISPLAY Statement
12.3.7 Non-Standard Operations on Alphanumeric Data Items
12.3.8 OPEN and CLOSE on SEQUENTIAL Files
12.3.9 The PERFORM Statement
12.3.10 Procedure Names
12.3.11 REWRITE on LINE SEQUENTIAL Files
12.3.12 The STOP RUN Statement
12.3.13 File I-O Status Codes
12.3.14 Locked Records