If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > QMF problem: data object is too large to save

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-12-07, 15:07
jinsezh jinsezh is offline
Registered User
 
Join Date: Aug 2006
Posts: 33
Question QMF problem: data object is too large to save

Hi there,

I am using DB2 8.2 QMF z/os, when I try to save a table in JCL, the job fails with an error "DSQ20855 Your current DATA object is too large for you to save"

The table contains 15 million rows and 5 columns: integer, char(10), char(10), Timestamp, and varchar(75).

I can save it without varchar(75).

The DBA said it is not a space problem, but some limitations in QMF, however he haven't found what it is yet.

We have increased size to 8192 (I don't know what size is referring, it is on the login page when I log on to TSO)

We also tried to include the following in JCL:
//STEP010 EXEC PROC=QMF,CPYCNT=1,COND=(999,LT)
//QMF.DSQSPILL DD DSN=&&SPILL,DISP=(NEW,DELETE),
// UNIT=DASD,SPACE=(CYL,(1500,1500)),
// DCB=(RECFM=F,LRECL=4096,BLKSIZE=4096)
..

But still doesn't work.

Can anybody help? In addition, I wonder what's the difference while a DBA running the same job compared with a regular user? because the DBA can create the table for me.


Thanks a lot,
Jinse
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On