gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] Returning clause in procedure division


From: David Essex
Subject: [open-cobol-list] Returning clause in procedure division
Date: Sun, 27 Jan 2008 12:57:11 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020722

While the RETURNING clause is allowed in the CALL statement, it seams to
be missing from the 'PROCEDURE DIVISION'.

Doesn't the COBOL 2002 standard define the following ?

CALL [ using-phrase ] [ RETURNING data-name-2 ]

PROCEDURE DIVISION [ using-phrase ] [ RETURNING data-name-2 ] ...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]