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

COMP-3 Rows are unmatched #1

Open
scott-weaver opened this issue Mar 23, 2017 · 2 comments
Open

COMP-3 Rows are unmatched #1

scott-weaver opened this issue Mar 23, 2017 · 2 comments

Comments

@scott-weaver
Copy link

Hi, I have a Cobol file with the following line in it:

05 CL-ANNUAL-SALES PIC 9(7) COMP-3.

When I run cobol.py, I get the following message:

Found unmatched row 05 CL-ANNUAL-SALES PIC 9(7) COMP-3.

Could this plugin be updated to just pass that line through with the COMP-3 instead of throwing the error?

Thanks!

@royopa
Copy link
Owner

royopa commented Mar 23, 2017

Hi @scott-weaver Can you post your file for I can test?
Regards

@scott-weaver
Copy link
Author

temp_cobol.txt

Hi @royopa I posted a test file that throws the error, thanks for looking into this!

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

2 participants