declared variables are not supported as indicator parameters Explanation: An attempt was made to use a variable as an indicator variable. This is not supported. User Action: Use the IS NULL operator to test the variable for null or non null values. Use a host variable or module language parameter as an indicator for another host variable or parameter.