Re: [Xe Job Scheduler]

b_gilmore

Well Known Member
Re: [Xe Job Scheduler]

I've been reviewing options on this topic as well on for OneWorld XE on the
AS/400.

The message from JDE is that you have the capability to submit UBEs to
enterprise/logic servers using the "Runube.exe" or RUNUBE on the AS/400.
However, they are very certain to communicate that use of this method to
submit jobs is unsupported.

So if you submitted a job thru runube and it failed and then you submitted it
interactively and it completed successfully, JDE would not assist in
troubleshooting the issue.


joeb <[email protected]> wrote:
businesses running World on an AS/400. We use ROBOT to run a lot of our
automated jobs on that paltform. Besides Job Scheduler, what other products
are available to run some of these jobs in Windows 2000 & Xe?
 
RE: [Xe Job Scheduler]

Hi,
We use the AS400 scheduler all the time and on the whole it is reliable.
Regards
Robert Fletcher

XE 18.1
AS400 V4R4
 
Re: [Xe Job Scheduler]

The RUNUBE failed when we ran one single batch job with multiple RUNUBE statement coded in a CL program. But when we breakdown the RUNUBE command one per each CL batch job, then they ran fine.

Are you executing multiple RUNUBE statement in one CL program?
If so:
Can you write the CL programs with one RUNUBE statement per each program and then call it one after the other?
 
Re: [Xe Job Scheduler]

The problem occuring when you run multiple RUNUBE statements in 1 CL has to do with an SQL package on the As/400. Put these 2 CL statements in between each call to RUNUBE: DLTSQLPKG B7333SYS/OWPKG
MONMSG MSGID(CPF0000)
Then you can run them all in 1 CL.
 
Re: [Xe Job Scheduler]

What Jean stated is correct, we use this as well but you need to be careful on the scheduling since other JDE jobs depend on this SQLPKG as well. We have had jobs fail because the SQLPKG was unavailable because of the CL deleting it. It works but watch for conflicts in scheduling.
 
Re: [Xe Job Scheduler]

Thanks for sharing. This information is very helpful!!!!
 
Back
Top