by Akatsukami » Thu Aug 23, 2012 1:32 am
Viswanathchandru wrote:Hello Akatsukami,
Thanks for your time! Yes, reading some 1000 records at a time and writing it will work i guess. But I can't understand this.
or better yet, since EXECIO's performance is execrable, using a compiled language to do what you want)?
. Thanks!!
You get wretched performance from EXECIO.
Write a Rexx script that reads a few crores of records from some data set. Write a COBOL or PL/I program that does the same. Use your shop's sort product to do likewise. Run all three in batch. You will find that the CPU time used (and probably elapsed time, although many external factors influence that) is much the highest in the Rexx script. The sort product wil almost certainly be lowest. The HLL program will be intermediate, although probably closer to the sort.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day