Report Interconnect

Anthony_Scanes

Member
I need to call a group of UBE's from within a controlling UBE. Does anybody
know of a way to monitor that the called UBE has completed OK i.e.


CALL(UBE:nnnnnn1, VERS:vvvvvv)
ran ok = Y
CALL(UBE:nnnnnn2, VERS:vvvvvv)
ran ok = Y
CALL(UBE:nnnnnn3, VERS:vvvvvv)
ran ok = Y
CALL(UBE:nnnnnn4, VERS:vvvvvv)



any help is much appreciated
 
hi anthony,
i don't think this will be too complicated to do. create a report data structure (report tab, report data structure) in the called ube's that would hold (among any other parms) a single variable like EDSP (edi successfully processed) you could then modify EDSP to indicate if everything went okay or did not go okay.
use the arrows in the report interconnect screen to show that this single variable would be coming back from the called ube.
i think you would also need to check the run process async box to insure the called ube completes before the calling ube proceeds.
feel free to e-mail me if you want to talk.
dave


NT 4.0 SP5, SQL 7.0, One World B7321 SP12.4, Citrix 1.8 (XE soon)
 
Sounds like you need a dependancy driven Schedular. The AS/400 schedular
has this functionality , as do some NT based thrid party solutions.
However, OW does not. I have used Vizant for NT (sp?) and it worked okay.
I think they will give you a evaluation copy if you need.

Let me know if you have further questions. Also add your system info in
your emails.

AW
 
Back
Top