| 
      
      
      From: Kevin M. <Ke...@Ra...> - 2005-07-22 14:26:55
      
     | 
| Fellow TinyCobol users,
Does TinyCobol have the ability to share files between a main program and
called subprograms such that the files can be opened by the main program and
all called subprograms can access the files?  I just downloaded the latest
release of TinyCobol.  If I try to code an FD entry such as:
        FD  LOGFILE IS EXTERNAL
            LABEL RECORDS ARE STANDARD.
        01  LOGFILE-REC                                PIC X(80).
when I try to compile the program htcobol segfaults.  If I remove the "IS
EXTERNAL" it compiles without errors.  
Kevin
http://www.RawFedDogs.net
Waco, TX
 |