| 
      
      
      From: David E. <de...@ar...> - 2003-04-26 16:27:59
      
     | 
| On 26/04/03, Gareth Kirwan wrote: > ... > I've found that oddly I can't have seven characters > at the start of each line - I can only have one ? > Is this normal ? Can I change it so that the compiler > expects a normal COBOL line - with seven characters at > the beginning ) TC supports both fixed and free COBOL formats. You can override the default by using the command line options (-F=fixed or -X=free), or change the default in the resource file 'htcobolrc' as follows. From: PGM_FORMAT_FREE #PGM_FORMAT_FIXED to #PGM_FORMAT_FREE PGM_FORMAT_FIXED > ... > If I uncomment lines 21-24 then I get a Segmentation Fault... I tried to compile your example, on MinGW, and htcobol (not the COBOL program) will terminate with a segmentation fault. > Is this a known bug in the compiler, something wrong with my > COBOL, something wrong with my compiler or something else ? If is this is the problem you are encountering, then yes it is a bug. Hope this helps. |