Re: pattern for an error



"Howard Brazee" <howard@xxxxxxxxxx> wrote in message
news:rjoq345rnsr7tkls16ril9d30coqvsvu08@xxxxxxxxxx
On Wed, 28 May 2008 02:31:57 -0700 (PDT), mario
<mmc_vw1200@xxxxxxxxxxx> wrote:

In my case, I don't have the option of EXIT PERFORM, so if I wanted to
convert an old CoBOL program to eliminate GO TOs, I would have to
write code.

PERFORM UNTIL some-condition
.....
[END-PERFORM]

??





.



Relevant Pages

  • Re: Infinite Loops and Explicit Exits
    ... > It was you that seemed to want to eliminate the GO TOs. ... I compared EXIT PERFORM CYCLE to EXIT ... I neither want nor care whether any GO TO statements are ... I never expressed an opinion ...
    (comp.lang.cobol)
  • Re: Code problems with Perform Thru Exit causes fall through
    ... the labels as paragraphs is to allow the use of exit paragraphs and ... encapsulating mini-programs as parts of a larger program. ... with EXIT SECTION rather than EXIT PROGRAM ... EXIT SECTION/PARAGRAPH are just GO TOs to an unnamed paragraph. ...
    (comp.lang.cobol)