gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] CVS Update 20070130


From: Roger While
Subject: [open-cobol-list] CVS Update 20070130
Date: Tue, 30 Jan 2007 15:40:23 +0100

CVS Updated
Wow, Some very basic things changed.
The SORT is now implemented as a list/merge
sort independent of BDB. ie. BDB is no longer required
for SORT.

OMITTED is allowed as a parameter to a CALL statement
(per standard)
IF idedentifier [IS] [NOT] OMITTED   is implemented
(per standard)

Implement ASSIGN .. KEYBOARD and
ASSIGN .. DISPLAY
This connects stdin to the KEYBOARD
and stdout to the DISPLAY.
For these assigns the type will automatically
be set to LINE SEQUENTIAL.
This allows a cobol prog to operate as a filter.

Implement FUNCTIION's SECONDS-PAST-MIDNIGHT, SECONDS-FROM-FORMATTED-TIME

New CANCEL processing

http://www.sim-basis.de/open-cobol-0.33.tar.gz

Roger




reply via email to

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