COBOL parser

Ben Elliston bje@redhat.com
Sun Dec 31 17:25:00 GMT 2000


Hi Alex,

   can somebody tell why COBOL parser is including surrounding quotes in
   the function names?

Because your program identifiers have quotes in the source:

          PROGRAM-ID. "calling_procedure".

Why have you put quotes around the program-id?  I'm not very familiar with
COBOL at all, but every COBOL program I've ever seen have not included
quotes.

Ben



More information about the Sourcenav mailing list