che-che4z-lsp-for-cobol
che-che4z-lsp-for-cobol copied to clipboard
TIMEZONE( marked as syntax error for DCLGEN COPY)
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.