| ERROR | undefined SQL identifier |
| CAUSE | All SQL identifiers must be declared before they are used. This message can result when a CURSOR or STATEMENT is not declared (defined) before being referenced. |
| ACTION | Define the SQL identifier before it is used. |
| ERROR | undefined SQL identifier |
| CAUSE | All SQL identifiers must be declared before they are used. This message can result when a CURSOR or STATEMENT is not declared (defined) before being referenced. |
| ACTION | Define the SQL identifier before it is used. |