Open Trisk3lion opened 3 weeks ago
An error is reported when BYTE-LENGTH is used in a PICTURE declaration. Like this:
BYTE-LENGTH
01 JSON-DATA-UTF8 PIC U BYTE-LENGTH 500.
The following error is reported: "A period was assumed before "BYTE-LENGHT"
No error reported
@Trisk3lion Can you please try the latest dev build ? NOTE: validation for no dynamic clause along with UTF byte-length clause have not been added and would be done in future.
Description
An error is reported when
BYTE-LENGTH
is used in a PICTURE declaration. Like this:The following error is reported: "A period was assumed before "BYTE-LENGHT"
Steps to reproduce
Expected behavior
No error reported
Screenshots
Environment