Calling Remote Job on AS400

rwellsw

Active Member
I noticed that there is a way to call external programs.

We would like a way to use a business function to call a external program on the AS/400. Is there such a animal?

Thanks
Roger

B7333 SP13 AS/400 OneWorldXe
 
Use the Business function "Execute External Program" source module B34A1030

If you are running the job on the as/400 the command will begin with "CALL PGM(XXXX/YYYY)" if the job is running on a fat client, or NT app server then use "c:\winnt\rmtcmd.exe CALL PGM(XXXX/YYYY)"
 
Hi Roger.
Yes there is.
I mistakenly supplied this answer on Wednesday, not realizing
the request was simply for an executable. But the following should help
your situation.

The most common way is through business function B34A1030.
Go to the knowledge garden, and download document ott-99-0063
It will tell you all you need to know.

I've also heard that you can use BSFN B9800240 but I haven't tried it.

B34A1030 should help.

Joseph Sadler,
World Vision Canada.
Helping the children of war and poverty, the world over.
Xe SP13, NT4 SQL 7, AS/400.



rwellsw
<[email protected] To: [email protected]
> cc:
Sent by: Subject: Calling Remote Job on AS400
owner-jdeowdevml@j
delist.com


03/09/01 09:36 AM
Please respond to
jdeowdev






I noticed that there is a way to call external programs.

We would like a way to use a business function to call a external program
on the AS/400. Is there such a animal?

Thanks
Roger

B7333 SP13 AS/400 OneWorldXe



--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat
=&Board=OWDEV&Number=7003
*************************************************************
This is the JDEList One World / XE Developers Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************
 
Back
Top