Calling UBE from CL/400 or RPG/400 Program and Sun

aloksahai

Member
I am writing interfaces between legacy system and OW. My requirement is to call OW UBE from legacy system to update OW files. Is there any BSFN which can be called from legacy system thru RPG/CL program and which submit UBE on AS/400.

Looking for your great idea and thought

Thanks in advance


______________________________________________________
123India.com - India's Premier Portal
Get your Free Email Account at http://www.123india.com
 
You should be able to use the RUNUBE command on the AS/400 side as long as the batch program is truely a batch program you are running. If it has any interactive programs it will fail.

Does this help any?

Roger
 
Here's the text from OneWorld Online Help:

If you have the proper authority, you can run batch process reports from the
server command line.
To run batch process reports from the server command line
On the command line, enter the following command:
RUNUBE USER(USER) PASSWORD(PASSWORD) ENVIRON(ENVIRONMENT) REPORT(REPORTNAME)
VERSION(VERSION)
Example: Running Reports from the Command Line for AS/400
This example shows a command for executing R0006P batch process report:
RUNUBE USER(SF5488324) PASSWORD(PASSWORD) ENVIRON(PD7333) REPORT(R0006P)
VERSION(XJDE0001)
This command begins processing version XJDE0001 of the batch process report
R0006P in the PD7333 environment. After completion, the PostScript spool
file resides on the printer_1 OUTQ. The spool file leaves printer_1, and the
.PDF file is not deleted.
 
Back
Top