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

Distributing to WP

Former Member
0 Likes
330

I have a program which need to be split to different work processes, how do I know how many WP are free and how to split the prg.

regards,

aruna

I have a program which need to be split to different work processes, how do I know how many WP are free and how to split the prg.

regards,

aruna

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
310

Hi,

a) try fm TH_GET_WPINFO

b)

E.g.:

Working with migration and batch program:

you've 100.000 records

and you'll split data to 4 proc.

1) migration program: You create 4 files for the data : /home/file01 - /home/file04

2) then you start (per program or per SM37) 4 times your batch processing program , which proc. the 4 files

regards Andreas

Message was edited by: Andreas Mann