RNF3359

OPTIONS(*STRING) is not valid for a parameter passed by reference.

20

Cause . . . . . : OPTIONS(*STRING) can be specified only for parameters passed by value (specified with the VALUE keyword), or for read-only parameters (specified with the CONST keyword). OPTIONS(*STRING) is ignored.

Recovery . . . : Specify the VALUE or CONST keyword or remove the OPTIONS(*STRING) keyword. Compile again.