COBOL Manual for TNS and TNS/R Programs

HP COBOL Manual for TNS and TNS/R Programs522555-006
17-1
17
HP Extensions to ISO COBOL
This section lists the HP extensions to ISO/ANSI COBOL, grouping them according to
the sections of this manual that explain them; that is:
Source Program Organization and Format
Language Elements
Data Fundamentals
Environment Division
Data Division
Procedure Division Verbs
These HP extensions are explained in other sections, and are not repeated in this
section:
HP Reserved Words
Section 18, HP COBOL CRE Support
Section 48, Run-Time Diagnostic Messages
All Compiler Directives are HP extensions to ISO COBOL.
HP extensions for using SQL/MP with HP COBOL are explained in the SQL/MP
Programming Manual for COBOL.
HP extensions for using SQL/MX with HP COBOL are explained in the SQL/MX
Programming Manual for C and COBOL.
Source Program Organization and Format
The only HP extension to ISO/ANSI COBOL that affects source program organization
or format is Tandem reference format, which features:
132 columns
Continuation of a nonnumeric literal without including trailing spaces
No sequence number area or identification field (comment lines instead)
For more information on Tandem reference format, see Reference Format for Source
Program Lines.