-
Notifications
You must be signed in to change notification settings - Fork 64
fix: Fix DML ON clause for imperative statements #2601
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
base: development
Are you sure you want to change the base?
Conversation
server/dialect-idms/src/main/java/org/eclipse/lsp/cobol/dialects/idms/IdmsDialectVisitor.java
Outdated
Show resolved
Hide resolved
According to the IDMS team information, all ON causes must generate IF statement with a PERFORM IDMS-STATUS statement.
|
server/dialect-idms/src/main/antlr4/org/eclipse/lsp/cobol/dialects/idms/IdmsParser.g4
Outdated
Show resolved
Hide resolved
server/dialect-idms/src/main/java/org/eclipse/lsp/cobol/dialects/idms/IdmsDialectVisitor.java
Outdated
Show resolved
Hide resolved
9a1581b
to
777c44e
Compare
Adding a link to the IDMS documentation for future reference:
|
Link to imperative statements list: |
I have excluded DELETE statement from the generating IF statement process |
e3905bf
to
3383129
Compare
Checklist: