Changing the Record Count & Array Size

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sri_vin
Premium Member
Premium Member
Posts: 20
Joined: Wed Aug 25, 2010 10:58 pm

Changing the Record Count & Array Size

Post by sri_vin »

Hi

We have to change the array size and record count from 2000 to minimum no say 1 for every odbc stage.

Is there is any way we can change them globally?

Your help on this is much appreciated.

Regards
Sriram
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Export the entire project, edit the DSX file, then import the entire project with "overwriting" set.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sri_vin
Premium Member
Premium Member
Posts: 20
Joined: Wed Aug 25, 2010 10:58 pm

Post by sri_vin »

ray.wurlod wrote:Export the entire project, edit the DSX file, then import the entire project with "overwriting" set.
Thanks Ray

How about for the new ones? Is there a place we can change the default settings?

Sriram
SwathiCh
Premium Member
Premium Member
Posts: 64
Joined: Mon Feb 08, 2010 7:17 pm

Post by SwathiCh »

Add a new environment variable as ARRAYSIZE in admin and default it to '1'.

And in all new jobs development parameterize the arraysize value with the variable defined above so that when we change value at admin level it will propagate to all jobs.

for the existing jobs I think ray suggsted method will be better.
--
Swathi Ch
Post Reply