We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've just taken one of the NIST sources and tried to run it with gixsql, here is a minimized version:
000100 IDENTIFICATION DIVISION. IC1014.2 000200 PROGRAM-ID. IC1014.2 000300 IC101A. IC1014.2 004400 DATA DIVISION. IC1014.2 004900 WORKING-STORAGE SECTION. IC1014.2 009300 01 CCVS-C-1. IC1014.2 009400 02 FILLER PIC IS X(99) VALUE IS " FEATURE PAIC1014.2 009500- "SS PARAGRAPH-NAME IC1014.2 009600- " REMARKS". IC1014.2 009700 02 FILLER PIC X(20) VALUE SPACE. IC1014.2
resulting in
IC101A.CBL(9): error: syntax error, unexpected CONST, expecting PERIOD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've just taken one of the NIST sources and tried to run it with gixsql, here is a minimized version:
resulting in
The text was updated successfully, but these errors were encountered: