Using symbolic constants
To have the optimizer recognize a data item as a constant
throughout the program, initialize it with a VALUE
clause
and do not change it anywhere in the program.
About this task
If you pass a data item to a subprogram BY REFERENCE
,
the optimizer treats it as an external data item and assumes that
it is changed at every subprogram call.