variable (<num>) has been marked as CONSTANT and may not be updated Explanation: An attempt was made to assign a value to a CONSTANT, i.e. not updatable variable. User Action: Correct the routine so that this variable is not marked as CONSTANT or is not updated.