| ERROR | This indicator variable must be declared as type short |
| CAUSE | An indicator for a host variable of this type must have the C type short. An array of such indicators must be an array of shorts. |
| ACTION | Declare the indicator variable or indicator array as type short. |