View previous topic :: View next topic |
Author |
Message |
satyenderd Beginner
Joined: 26 Aug 2005 Posts: 144 Topics: 73
|
Posted: Thu Aug 28, 2008 5:15 pm Post subject: Refreshing the Environment |
|
|
Hi all,
I need your valuable suggestion in refreshing the test environment.
1. I have extracted the prod data of 5 yrs to load into the test environment.
2. The tot no. rows extracted were 840 million rows
3. I tried to load into the test region.
4. Got UTILITY BATCH MEMORY EXECUTION ABENDED
5. I restored the table.
6. I tried to extract the data of 1 yr, still I received the whole data of
840 million rows.
7. Confused, and started looking at the query.
8. No problem in the query.
9. Even I tried for 6 months of data.
10. Still I received a large volume of data.
11. In the test region the tot.no recs are 104 million rows.
12. My DBA says the test region has small space, that way it is not accommodating that many rows.
My problem is I have to refresh the table, with atleast 3 yrs of data.
How to refresh that table?
What exactly is the UTILITY BATCH MEMORY EXECUTION ABENDED error?
Could anyone pls suggest me in this regard how to refresh the table?
Your help would be appreciated.
Thanks in advance.
** If my question is not appropriate please excuse me ** _________________ Satya |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Fri Aug 29, 2008 11:19 am Post subject: |
|
|
If you have to hold more data than the test system can handle then speak to your dba to get the space increased. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
kctechpro Beginner

Joined: 27 Aug 2008 Posts: 6 Topics: 1
|
Posted: Fri Aug 29, 2008 11:20 am Post subject: |
|
|
This sounds like a database problem which should probably be posted over there: http://www.mvsforums.com/helpboards/viewforum.php?f=3
If you wanted to create a sub-set of PROD you should have be using some selection process. Be sure to post an example of how your are selecting your data. |
|
Back to top |
|
 |
|
|