|
VMS Help COBOL, PROCEDURE_DIVISION, PERFORM, 2format_repeat-count *Conan The Librarian |
The PERFORM statement executes one or more procedures. It returns
control to the end of the PERFORM statement when procedure execution
ends.
Format 2 -
PERFORM [first-proc [ { THRU } end-proc ]] repeat-count TIMES
[ [ { THROUGH } ]]
[ stment END-PERFORM ]
Additional Information (explode) :
|
|