che-che4z-lsp-for-cobol icon indicating copy to clipboard operation
che-che4z-lsp-for-cobol copied to clipboard

TIMEZONE( marked as syntax error for DCLGEN COPY)

Open zimlu02 opened this issue 2 years ago • 0 comments

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

This syntax should be supported.

zimlu02 avatar Jan 31 '23 09:01 zimlu02