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
Names are stricter at 30 characters, by standard, unless the -frelax-syntax option is included with cobc. When I changed the compile script, it complained as $COBOPTS was passed as quoted, so "-x -frelax" was passed incorrectly to cobc.
The text was updated successfully, but these errors were encountered:
From btiffin:
Names are stricter at 30 characters, by standard, unless the -frelax-syntax option is included with cobc. When I changed the compile script, it complained as $COBOPTS was passed as quoted, so "-x -frelax" was passed incorrectly to cobc.
The text was updated successfully, but these errors were encountered: