RPG Call from OW-Urgent

vliyer

Active Member
Hi Team,
we need to call RPG Program from One World?

ANy procedure , documentation ,links for information??


Thanks & Regards,

venkat.

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.
 
Business function B34A1030 "Execute External Program" should "execute a command using the native command interpreter for the platform where business function is mapped to run". It is working perfect on NT.

Hope this helps.

Bojan.
 
Hi,
We are in a Co-existence envrn. I tried to use Execute External Program from a UBE. On the sZCommandLine parm we gave it as "c:\winnt\rmtcmd.exe CALL PGM(LIB1/PGM1)".
Do we have to include the lib in the ODBC settings or it picks up the object since its a qualified call?.
Any help would be greatly appreciated.
Thanks so much.
 
Be aware that when calling a program using CALL PGM(LIB1/PGM1) it will not
necessarily find the next program if it does a subsequent call.
A small CL program with input parameters of Library and Program will allow you
to ascertain environment and set up the Library list accordingly before the
call is a safer approach.

Neil
 
Back
Top