Hello,
I am having a problem using %Char in my program using RPGLE.
Error issued: *RNF0386 30 1 The parameter for %CHAR is not valid.
Here is my code:
EVAL $CSDFEA = %Char(SDFEA)
Definition:
SDFEA (8,0)
$CSDFEA (8)
I think AS/400 version is V4R2M0.
I dont know what is the problem, I already used that BIF in V5R2 but it works fine.
Thanks,
Hobert
I am having a problem using %Char in my program using RPGLE.
Error issued: *RNF0386 30 1 The parameter for %CHAR is not valid.
Here is my code:
EVAL $CSDFEA = %Char(SDFEA)
Definition:
SDFEA (8,0)
$CSDFEA (8)
I think AS/400 version is V4R2M0.
I dont know what is the problem, I already used that BIF in V5R2 but it works fine.
Thanks,
Hobert





Comment