in reply to Re: AIX Memory problems
in thread AIX Memory problems

Thanks! I was able to solve the problem by adding this line
system("unlimit datasize");
which worked fine, because the entire script executes in one shell.
Thanks, scmason