by sjrcreation » Sun Apr 03, 2011 7:35 am
Hi Guys. thanks for the respond.
I got the result. let me explain below
Req: in a PS i have table name like around 80 table name(input). Need to take row count for each one.
i choose rexx bec to dynamically substitute the table name in the query. I need the output in a ps which should have table name and its row count. like below
xxx.table = nnn
xxx.table = nnn
xxx.table = nnn
Form describe the structure of the O/P needed.
but now i face the process is slow. Rexx take time to run as it send the table name one by one to QMF and get the store the result in PS.
if there is any other way to increase the performance, Pl post.