>>-.---.-.------ILCUTPREFIX(prefix)--.------->< +-/-+ +-NOILCUTPREFIX---------------+
Default: | NOILCUTPREFIX |
Phase: | Syntax check |
$SET: | Initial |
A number of the COBOL data items in your code might use a common prefix such as lnk-; for example lnk-name and so on. To make your code more readable, compile with the ILCUTPREFIX(lnk-) directive to remove all lnk- prefixes from your data items. In the compiled code, the data items will appear as name.