monica1
21st April 2004, 17:56
It's possible to run an OS/400 command using UNIX?
I need to run an OS/400 command from a BaaN session.
garfield ruhr
23rd April 2004, 18:28
Hi Monika,
is the OS400 machine the Baan server? Then you can start commands in the QSH and call for example the system command to start via the QSH the OS400 command you want.
Bye,
Garfield
monica1
26th April 2004, 09:25
But in QSH how can I start an OS400 command?
garfield ruhr
26th April 2004, 13:24
Hi,
like written the QSH command system ("system").
Bye,
Garfield;)
mraguthu
20th May 2004, 20:57
We are running Baan on OS/400.
Please let me now your question in detail.
monica1
21st May 2004, 09:42
We want to make a program in BaaN that execute an OS/400 CPYF.
I find a command that runs a UXIX commands in BaaN (run.prog()), but I dont know if it's possible to run OS/400 commands in UNIX.
Thank you,