DEFAULT clause required for variable "<str>" - CONSTANT or CHECK clause used Explanation: A variable declared as CONSTANT must be assigned an initial value using the DEFAULT (also =) clause. An initial value must also be assigned to a variable when the CHECK clause is applied. User Action: Specify the a DEFAULT clause for this variable.