Hi,
My client is planning to develop an application. Currently architects are finalising the model and approach.
They are suggesting to create several stored procedures which will run in WLM environment in order to implement multi threading and real time updates. however i am bit doubtful on this approach due to below reasons:
1) It is not advisable to incorporate whole business logic in stored procedures.
2) These stored procedures will be calling several batch cobol db2 programs in order to accomplish whole business logic. I am doubtful that since multiple threads of stored procedures will be running at same time, is it possible to make a call to same batch pgm through multiple threads at same time.
3) there could be performance issues too.
Please guide me on above points.
Thanks
Saurabh