Skip to content

dcl-enum Symbol range #425

@venky225

Description

@venky225

@worksofliam

We have observed that dcl-enum symbol is only capturing the first line in the range whereas it is expected to capture till end-enum. Please find the below example.

**free

dcl-s myprogramText char(20);


dcl-enum name qualified;
  CONSTANT1 value1;
  CONSTANT2 value2;
end-enum;

@SanjulaGanepola

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions