Lukas Zima
Lukas Zima
**Describe the solution you'd like** Provide support of relative paths from the current file, using ${fileDirname} and /.. ( or something similar from the [VSC options](https://code.visualstudio.com/docs/editor/variables-reference))
**Describe the solution you'd like** As a user, I would like to get a warning in case of syntax like "moving a PIC X(n) variable to PIC S9(n) COMP"
**Describe the solution you'd like** As a user, I would like to see warnings for unreachable code.
**Is your feature request related to a problem?** Currently, if the parser runs into an unexpected token it stops and is unable to continue parsing the rest of the code....
Reopening a ticket from https://github.com/BroadcomMFD/code4z/issues/61 With something like this EXEC SQL DECLARE MYTAB TABLE (CREATION_TIMESTAMP TIMESTAMP(6) WITHOUT TIME ZONE NOT NULL ) END-EXEC. (typically generated by the DCLGEN utility), the...