[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PERFORM token (was RE: gnubol: Hacks needed to parse COBOL
"William M. Klein" wrote:
> The statement about a user-defined word following PERFORM being a
> procedure-name is not correct.
>
> Either
> Perform paragraph-name *> out-of-line PERFORM
>
> or
>
> Perform data-name TIMES *> in-line perform
>
> is valid
Not exactly. PERFORM procedure-name-1 [ { THRU | THROUGH } procedure-name-2 ] is
an outline perform. The absence of the procedure name(s) indicates an inline
perform.
Regards,
Fred Mobach
--
This message was sent through the gnu-cobol mailing list. To remove yourself
from this mailing list, send a message to majordomo@lusars.net with the
words "unsubscribe gnu-cobol" in the message body. For more information on
the GNU COBOL project, send mail to gnu-cobol-owner@lusars.net.