Hi,
If I passed three parameter from the CL, how can I get it in RPGLE program?
IN CL
CALL PGM(PUGPFM) PARM(&var &var2 &var3)
IN RPGLE
*Entry plist
parm var1
parm var2
parm var3
But I'm getting error when compile the RPGLE
The Result-Field operand var1 is not valid for the specified operation.
Thanks!
If I passed three parameter from the CL, how can I get it in RPGLE program?
IN CL
CALL PGM(PUGPFM) PARM(&var &var2 &var3)
IN RPGLE
*Entry plist
parm var1
parm var2
parm var3
But I'm getting error when compile the RPGLE
The Result-Field operand var1 is not valid for the specified operation.
Thanks!




Comment