VMS Help  —  COBOL  PROCEDURE_DIVISION, ALTER
  The ALTER statement changes the destination of a GO TO statement.

  Format -

   ALTER { proc TO [ PROCEED TO ] new-proc } ...

1  –  proc

  is the name of a paragraph that contains one sentence: a GO TO
  statement without the DEPENDING phrase.

2  –  new-proc

  is a procedure-name.
Close Help