hi
on Red Hat linux with Enterprise Developer 2.3.2 I have this error:
74 IF NEW-NDG = ALL "#" OR
75 NEW-NDG = ALL "£" OR
76 NEW-NDG = ALL "ù"
* 301-S*************************** ( 0)**
** Unrecognized verb
77 MOVE SPACES TO NEW-NDG
78 END-IF.
79
80 GOBACK.
* Micro Focus COBOL V2.3 revision 002 Compiler
* Copyright (C) Micro Focus 1984-2016. All rights reserved.
* REF GNR-029203002AI
* Last message on page: 3
* Total Messages: 1
* Unrecoverable : 0 Severe : 1
* Errors : 0 Warnings: 0
* Informational : 0 Flags : 0
* Data: 297 Code: 0
on Windows Enterprise Developer Mainframe Express and Nets Express compiler don't give error. What can it be?
thanks
bye