-
Contributing Member
Rules for user defined words
I have just started my programming in COBOL. Can anyone tell me what are the rules one has to follow for user defined words while programming in COBOL? If an example is also provided it would be of great help.
-
Junior Member
Re: Rules for user defined words
The rules for user defined words are:
Max. Length 30 Chars
Must contain only Digits, Letters and Hyphens
Must not be a Reserved Word
Include at least one Letter
Hyphens are imbedded
Must not have Spaces
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules