Page 1 of 1

(RPG) Offline: PerformAction on Server Program with parameter passing

Posted: Wed Mar 11, 2015 12:52 am
by rdevost
Hi,

Would you have any coding example of how to call a server program using TYPE PerformAction, with parameter passing? I tried to look for it in the shipped examples but could not find anything. Also, how do you receive these parameters in the server program?

I would assume that the server program would have the normal /INCLUDE QRPGLESRC,STDPARAM as it needs to receive the RequestACTION. In this case, how would this server program receive the list of passed parameters?

Thanks,
Rocel

Re: (RPG) Offline: PerformAction on Server Program with parameter passing

Posted: Wed Mar 11, 2015 11:02 am
by MarkDuignan

Re: (RPG) Offline: PerformAction on Server Program with parameter passing

Posted: Wed Mar 11, 2015 3:44 pm
by rdevost
Thanks Mark. Will check this one.