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

Don't allow variable names which are not supported by IBM cobol #2084

Open
ap891843 opened this issue Sep 27, 2023 · 0 comments
Open

Don't allow variable names which are not supported by IBM cobol #2084

ap891843 opened this issue Sep 27, 2023 · 0 comments
Labels
enhancement Improvments of existing code

Comments

@ap891843
Copy link
Contributor

Description

As a USER, I would like to see an error if I create a variable with the following names
DATA DATE EXTERNAL INSERT BIT CONDITION COPY CURSOR ENTER INVOKE QUEUE QUOTE REPLACE SERVICE TERMINAL TEST TEXT TIME TITLE TYPE VALUE

Acceptance Criteria

  • Done when COBOL LS shows error for the variable names mentioned above.

Technical details

It would be good if its handled at grammar level (not necessarily)

@ap891843 ap891843 added the enhancement Improvments of existing code label Sep 27, 2023
@zimlu02 zimlu02 added this to Triage in Project board via automation Apr 8, 2024
@zimlu02 zimlu02 moved this from Triage to In progress in Project board Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvments of existing code
Projects
Project board
  
In progress
Development

No branches or pull requests

1 participant