Language Reference - Additional Topics
Table of Contents
Index
Chapter 11: Ryan McFarland COBOL V2.0 Syntax Support
11.1 Environment Division
11.1.1 The ASSIGN Clause
11.1.2 The ORGANIZATION Clause
11.2 Data Division
11.2.1 The VALUE OF LABEL Clause
11.2.2 Length of Nonnumeric Literals
11.2.3 Default Sign Representation
11.2.4 The USAGE Clause
11.3 Procedure Division
11.3.1 Literals as CALL Parameters
11.3.2 The EXIT PROGRAM Statement
11.3.3 Bound Checking
11.3.4 Size Allocation for Index Data Items
11.3.5 The ACCEPT Statement
11.3.6 The DISPLAY Statement
11.3.7 Non-Standard Operations on Alphanumeric Data Items
11.3.8 OPEN and CLOSE on SEQUENTIAL Files
11.3.9 The PERFORM Statement
11.3.10 Procedure Names
11.3.11 REWRITE on LINE SEQUENTIAL Files
11.3.12 The STOP RUN Statement
11.3.13 File I-O Status Codes
11.3.14 Locked Records