bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] OpenCobol 1.0 MOVE bug?


From: Sergey Kashyrin
Subject: Re: [open-cobol-list] OpenCobol 1.0 MOVE bug?
Date: Fri, 25 Jan 2008 11:54:54 -0500

G:\skatests\cobol>cobol syntp.cbl;
MERANT Micro Focus Net Express V3
Version 3.1.11 Copyright (C) 1984-2000 MERANT International Ltd.
URN AXCGG/AA0/00000
    2 PROGRAM-ID. oef4A_0708.
*   4-S******************                                                    **
**    Illegal character
   57          move verprijs to artikelnaam
*1029-E*************************************                                 **
**    A non-integer is being moved to an alphanumeric data item
   58          move nieuwe-prijs to aang-artikel
*1029-E******************************************                            **
**    A non-integer is being moved to an alphanumeric data item
   63          move winst to artikelnaam
*1029-E**********************************                                    **
**    A non-integer is being moved to an alphanumeric data item
   64          move nieuwe-winst to aang-artikel
*1029-E******************************************                            **
**    A non-integer is being moved to an alphanumeric data item
   69          move winst to artikelnaam
*1029-E**********************************                                    **
**    A non-integer is being moved to an alphanumeric data item
   70          move nieuwe-winst to aang-artikel
*1029-E******************************************                            **
**    A non-integer is being moved to an alphanumeric data item
* Checking complete - errors found

----- Original Message ----- From: "Pieter Baele" <address@hidden>
To: "vince coen" <address@hidden>; <address@hidden>
Sent: Friday, January 25, 2008 11:28 AM
Subject: Re: [open-cobol-list] OpenCobol 1.0 MOVE bug?



On Fri, 2008-01-25 at 13:21 +0000, vince coen wrote:

No you can't. Move it to a display field that's redefined as an X
field. move the defined field to your target field.

This is not the only solution.

Thanks for your help

So legacyj PERCobol is wrong with its implementation? And our professor
with this solution?

Or is it a quirk of opencobol?
Is OpenCOBOL complete? (for COBOL-85 ?)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
open-cobol-list mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/open-cobol-list



reply via email to

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