1
ILE Best method of Parameter handling using Procedures
Using prototypes and Procedure interfaces I understand that no parameter may be returned if a procedure is called directly via CALLP. And only one parameter may be returned if procedure is called via EVAL with return. What is the best way to return multiple parameters from a procedure (assuming I don’t want to use PLIST/PARM’s). For [...]
Answer Question
| October 19, 2009 11:09 AM
RPG, RPG ILE, RPG ILE Parameter handling
Using prototypes and Procedure interfaces I understand that no parameter may be returned if a procedure is called directly via CALLP. And only one parameter may be returned if procedure is called via EVAL with return. What is the best way to return multiple parameters from a procedure (assuming I don’t want to use PLIST/PARM’s). For [...]
1





