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
A variable with a Picture clause cannot be used with usage COMP-1 or COMP-2.
Currently, the error is only detected after compilation. To avoid a useless compilation, it would be nice to fire it while writing the code.
Exemple of code that should fire an error:
01 MyVar PIC 9(5) COMP-1
01 MyVar PIC 9(5) COMP-2
The text was updated successfully, but these errors were encountered:
A variable with a Picture clause cannot be used with usage COMP-1 or COMP-2.
Currently, the error is only detected after compilation. To avoid a useless compilation, it would be nice to fire it while writing the code.
Exemple of code that should fire an error:
The text was updated successfully, but these errors were encountered: