gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] Re: Some more errors


From: Margit Schubert-While
Subject: [open-cobol-list] Re: Some more errors
Date: Tue Mar 2 23:08:00 2004

1) Following produces "invalid _expression_" :
        EVALUATE Blah-blah
        WHEN > "aa"

        Sorry, William, don't agree. This is a straight conditional _expression_ which is valid
        and not a partial _expression_.  (As well as MF, MVS, ACU accept this)

2) Following produces "Invalid MOVE"
        03  MYITEM PIC 9(10).

        MOVE SPACES to MYITEM (4,2)

        My typo, of course it is a ":", so :
        MOVE SPACES to MYITEM (4:2)


        Note that all my apps are compiled with either "-std=mvs" or "-std=mf".

Roger While
reply via email to

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