<?xml version="1.0" encoding="windows-1252"?>
<node id="1004008" title="Re: Variable Load" created="2012-11-15 08:14:59" updated="2012-11-15 08:14:59">
<type id="11">
note</type>
<author id="964068">
thmsdrew</author>
<data>
<field name="doctext">
&lt;p&gt;If you're executing this command within Perl--which I assume you are, and already have that working--then two for loops would suffice.&lt;/p&gt;

&lt;p&gt;One of them counting up.&lt;/p&gt;

&lt;code&gt;for (1..$x) {
    system("data_pump data -band $_");
}&lt;/code&gt;

&lt;p&gt;The other counting down.&lt;/p&gt;

&lt;code&gt;for (reverse 1..$x) {
    system("data_pump data -band $_");
}&lt;/code&gt;

&lt;p&gt;Also, if the bandwidth isn't increasing by 1 each time, which my code assumes, use a &lt;code&gt;$count&lt;/code&gt; variable and increment it each time in the for loop to get the desired bandwidth intervals.&lt;/p&gt;</field>
<field name="root_node">
1004003</field>
<field name="parent_node">
1004003</field>
</data>
</node>
