|
From: Jim M. <ro...@vi...> - 2005-08-11 05:40:30
|
The compiler also crashes on the line "COPY GLRPT-IO-WS" but compiles okay if I change it to "COPY GLRPT-IOWS". So far these are okay: COPY GENERAL-IO-WS. COPY GLACCNT-IO-WS. COPY GLTRAN-IO-WS. COPY GLUTRAN-IO-WS. COPY GLRLINE-IO-WS. COPY GLFRRUN-IO-WS. COPY GLANAL-IO-WS. COPY VERSION-IO-WS. While these needed to be changed: *COPY GLBAL-IO-WS. COPY GLBAL-IOWS. *COPY GLRPT-IO-WS. COPY GLRPT-IOWS. The only thing I can see that these two files have in common is that the "GLBAL" and "GLRPT" and five characters in length while the other names are at least six character long. |