COBOL Manual for TNS and TNS/R Programs
Procedure Division
HP COBOL Manual for TNS and TNS/R Programs—522555-006
8-2
Procedure Division Components and Syntax
Topics:
•
Procedure Division Components and Syntax
•
Execution of the Procedure Division
•
Common Semantic Rules
•
Common Phrases
•
Input-Output
•
Arithmetic Operations
•
Conditional Expressions
•
Concatenation Expressions
Procedure Division Components and Syntax
USING
marks the beginning of a parameter list in a called program. The CALL statement
in the calling program must contain a corresponding USING phrase.
parameter
is the identifier of a data item in the Linkage Section. See Linkage Section and
CALL.
declaratives-portion
is described in Declaratives Portion.
USING
PROCEDURE
parameter
DIVISION
.
declaratives-portion
paragraph
section
VST113.vsd