You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a picture clause like this
03 VALUE01 PIC +9999999,99 USAGE DISPLAY.
When reading the file I got this error:
za.co.absa.cobrix.cobol.parser.exceptions.SyntaxErrorException: Syntax error in the copybook at line 23: Invalid input ',' at position 23:46
IS this a correct picture clause ? and if so, how can I read this data with cobrix?