Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for stricter name length limitation in GnuCOBOL 2.0 #79

Open
neopragma opened this issue Aug 26, 2015 · 1 comment
Open

Support for stricter name length limitation in GnuCOBOL 2.0 #79

neopragma opened this issue Aug 26, 2015 · 1 comment

Comments

@neopragma
Copy link
Owner

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.

@GitMensch
Copy link

Just a note: GnuCOBOL 2 accepts a specific word length (max is 61): -fword-length=61, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants