Könnte ggf. auf ein CCSID-Problem hindeuten ?

Warum CALLED ON NULL INPUT wenn kein NULL-Anzeiger verwendet wird (PARAMETER STYLE GENERAL ggf. WITH NULLS):

CALLED ON NULL INPUT
Specifies that the procedure is to be invoked, if any, or all, argument values are null, making the procedure responsible for testing for null argument values. The procedure can return a null or nonnull value.

Ggf. ist hier V5R4 restriktiver beim Aufruf mit NULL ?