gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] File IO error with std=mvs


From: Margit Schubert-While
Subject: [open-cobol-list] File IO error with std=mvs
Date: Wed Mar 3 12:09:00 2004

        SELECT XYZ ASSIGN TO DATANAME1.

        01  DATANAME1    PIC X(128)  VALUE "VALIDINPUTFILE".

        OPEN INPUT XYZ.
        READ XYZ AT END GO TO Z-END.

Works fine with std=cobol85 or std=mf.
With std=mvs, it doesn't find the file. (In fileio.c there is rubbish in the filename)
Presumably caused by "assign-clause: ibm" in mvs.conf which activates
CB_ASSIGN_IBM in typeck.c

Which also leads to the next problem - The prog is not terminating after open
or read after going into standard_error_handler. Therefore loops.


Roger While

reply via email to

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