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
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!
The text was updated successfully, but these errors were encountered:
Hi @scott-weaver Can you post your file for I can test? Regards
Sorry, something went wrong.
temp_cobol.txt
Hi @royopa I posted a test file that throws the error, thanks for looking into this!
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: