BroadcomMFD/code4z

TIMEZONE( marked as syntax error for DCLGEN COPY

Closed this issue · 1 comments

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 first parenthesis after "TIMESTAMP" is marked as a syntax error:
Extraneous input '(' expected {',', ')'} COBOL Language Support - E

This syntax should be supported.

Hi @COBOL-Erik ,
sorry for this unnoticed ticket.
I have moved this issue to the COBOL LS GitHub where we store requests for COBOL LS extension. Please follow this link in order to track the status:
eclipse-che4z/che-che4z-lsp-for-cobol#1767