Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Wrapper program which executes multiple transactions (programs)

Former Member
0 Kudos
1,287

Hi experts,

I'm tasked with creating a Wrapper program which would execute few transactions with predefined variants. Wrapper program would be called by an external job scheduler tool.

What I did so far is that I'm calling SUBMITing each program sequentially.

The issue is that when I test it, the first program gets stuck in the application log so I have to press back button in order for my Wrapper Program to continue. Is there a way to avoid this, maybe I should submit program via background job?

Since I'm going to call few programs one after the other, what is the best way to make sure that first program called is actually finished it's job so I can trigger the second one?

Thanks

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
424

Maybe one solution is to use batch input, to bypass the log screen, but maybe there could be a simpler solution... It depends which program is concerned.