RNF7714

Implicit conversion of parameters from alphanumeric to graphic is not supported with OPTIONS(*TRIM).

30

Cause . . . . . : When a prototyped parameter is of type graphic (data type G) and OPTIONS(*TRIM) is specified for the parameter, the passed parameter cannot be of type alphanumeric. The specification is ignored.

Recovery . . . : Explicitly convert the passed parameter using %GRAPH. Compile again.