COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

NoneDefault:
In the command linePlacement:
Applies to the compilation unitScope:
NoneDependencies:
option
is an eld option. For information about eld options, see the eld Manual.
ENDIF
ENDIF terminates the effect of a preceding IF or IFNOT directive.
toggle-number
is the toggle-number specified in a preceding IF or IFNOT directive.
NoneDefault:
Must be either on a directive line of its own or be the last of a sequence of directives.Placement:
Requires a preceding IF or IFNOT directive with the same toggle-numberDependencies:
IF and IFNOTReferences:
ENDUNIT
ENDUNIT signals the end of a program unit. Each independent HP COBOL program must end
with either an ENDUNIT directive or an END PROGRAM statement; otherwise, programs appear
to be nested but lacking their required END PROGRAM statement.
The compiler detects the end of a Procedure Division by encountering either an END
PROGRAM statement or the end of the file.
Default:
Must be either on a directive line of its own or be the last of a sequence of directives.Placement:
Applies to program unitScope:
NoneDependencies:
ERRORFILE
ERRORFILE specifies an error-logging file that is to contain information about any compilation errors
or warnings. The error-logging file is not an EDIT file. You can use it only with the FIXERRS Macro
(page 700).
Compiler Directives 549