Skip to content
New issue

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

gixpp parsing error on NIST sources (continuation line?) #200

Open
GitMensch opened this issue Feb 26, 2025 · 0 comments
Open

gixpp parsing error on NIST sources (continuation line?) #200

GitMensch opened this issue Feb 26, 2025 · 0 comments

Comments

@GitMensch
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant