gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] CVS Update 20060321


From: Roger While
Subject: [open-cobol-list] CVS Update 20060321
Date: Tue Mar 21 09:26:03 2006

CVS Updated.
Snapshot tarball (aka. Prerelease) at :
http://www.sim-basis.de/open-cobol-0.33.tar.gz

Edited field fixes as reported by Hans Martin Rasch


PROGRAM-POINTER (aka. PROCEDURE-POINTER ala MF)
is implemented along with the accompanying SET syntax and
CALL usage.
On the SET statement, we allow a synonym of ENTRY for PROGRAM
to be MF-like (interchangeable).

Simple examples :
XYZ USAGE PROGRAM-POINTER.

SET xyz TO ADDRESS of PROGRAM "system"
CALL xyz USING ...

or
SET xyz TO ADDRESS of ENTRY "MYENT".
CALL xyz USING ....

  ENTRY "MYENT" USING ....

This also allows usage of the MF extension CBL-ERROR-PROC
entirely in Cobol.
The parameter folling PROGRAM/ENTRY can, of course, be an
alphanumeric identifier.


Fix up comma seperators in expressions.

Roger




reply via email to

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