Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to increase the Virtual Memory of Job.

Status
Not open for further replies.

Nits1212

Programmer
Aug 16, 2007
34
IN
How can we increase the virtual memory of the job, during the execution. If my TEMP Table requires upto 10 MB space, then REGION=?? how much i will have to define?

I have upto 10 MB input data for store into TEMP table.
Please suggest.

Thanks,
Nits
 
not sure. remember my "usage external" advice? that enables your step to use an address space outside your own.

or else: try "region=32MB" and if the system-programmer still likes you :).
 
I have always used REGION=0M (thats a zero in there) which I believe then gives you the installation maximum as needed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top