VMS Help  —  COBOL  PROCEDURE_DIVISION, PERFORM  3format UNTIL
  The PERFORM statement executes one or more procedures.  It returns
  control to the end of the PERFORM statement when procedure execution
  ends.

  Format 3 -

   PERFORM [first-proc [ { THRU    } end-proc ]] [ WITH TEST { BEFORE } ]
           [           [ { THROUGH }          ]] [           { AFTER  } ]

       UNTIL cond

    [ stment  END-PERFORM ]
Additional Information: explode extract

first-proc
end-proc
stment
cond
Close Help