gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] Re SPECIAL-NAMES


From: Roger While
Subject: [open-cobol-list] Re SPECIAL-NAMES
Date: Wed Jul 20 09:07:13 2005

You are missing the CONFIGURATION SECTION.

However, that will not help you as the MF extensions have not yet been
implemented as mnemonic names.

COMMAND-LINE, ARGUMENT-NUMBER, ARGUMENT-NAME,
ENVIRONMENT-NAME and ENVIRONMENT-VALUE are implemented
in the procedure division.

For the time being, you will have to comment out the special-names entries
and change all occurrences of :
env-name -> environment-name
env-value -> environment-value
cmd-line -> command-line

Roger


filename.cbl:93: syntax error, unexpected SPECIAL_NAMES, expecting $end

this ist the critical section:
       environment division.
       special-names.
            environment-name  is env-name
            environment-value is env-value
            command-line is cmd-line.
       input-output section.
       file-control.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]