COBOL Manual for TNS and TNS/R Programs

Procedure Division Verbs
HP COBOL Manual for TNS and TNS/R Programs522555-006
9-67
ENTER COBOL
ENTER COBOL
HP COBOL compilers treat ENTER COBOL as a comment. In implementations that
use ENTER to mark the beginning of an embedded routine in a language other than
COBOL, the ENTER COBOL statement ends the embedded routine and the
resumption of COBOL source code.
EVALUATE
EVALUATE defines a multiple-branch structure, a decision table. EVALUATE executes
a different group of statements when one or more data items or expressions have
certain sets of values.
subject-list
ENTER COBOL
.
VST150.vsd
EVALUATE
subject-list
WHEN OTHER
END-EVALUATE
object-list
WHEN
no-match-imp-stmt
match-imp-stmt
VST151.vsd
subject
ALSO subject
VST616.vsd