Jopaz 1.2.0 | Getting Started with Jopaz | Configuring Jopaz | Configuring Compiler (COMOPT) | Dealing with Reserved Words in the Cobol Source
 
Dealing with Reserved Words in the Cobol Source
Sometimes you might have words in your Cobol source that are considered reserved by Jopaz. Jopaz might misinterpret such words and you can receive compiler errors such as #144 Invalid name and #15 Unexpected token. You can specify those words with the -rw compiler property to avoid receiving errors.
The following example uses the reserved words POS and CONVERSION.
jopaz.compiler.options= ... -rw=POS,CONVERSION