CASERULES

The CASERULES option controls the enforcement of case rules for keywords.

Read syntax diagramSkip visual syntax diagram
                            .-MIXED-.        
>>-CASERULES--(--KEYWORD--(-+-UPPER-+-)--)---------------------><
                            +-LOWER-+        
                            '-START-'        

LOWER
Instructs the compiler to flag any keyword that is not in lowercase.
MIXED
Instructs the compiler to accept all keywords as they are coded. MIXED is the default.
START
Instructs the compiler to flag any keyword whose first letter is not in uppercase or whose remaining letters are not in lowercase.
UPPER
Instructs the compiler to flag any keyword that is not in uppercase.
Notes:
  1. The CASERULES option does not apply to elements of the OPTIONS and ENVIRONMENT attributes.
  2. The CASERULES option does not apply to any of the preprocessors.