|
From: Jim M. <ro...@vi...> - 2005-07-13 07:52:28
|
I have a program that compiles when I have the following: CALL "SCN-ERROR" USING ERROR-LINES. However, if I change it to be 01 PROG PIC X(10) VALUE "SCN-ERROR". CALL PROG USING ERROR-LINES. Then I get a Segmentation error during the compile. |