IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Inserting new records and how they then display in File Mana


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Div Grad

New User


Joined: 08 Apr 2005
Posts: 45

PostPosted: Fri Oct 03, 2014 1:19 am
Reply with quote

I used a SPUFI to insert approx. 10,000 rows into a million row table. Then I used File Manager For z/OS (DB2) to eyeball my results. Everything looked good and then I slowly realized that my inserted records were always 21 rows apart as displayed.

I found that disconcerting because my belief is that the records come up sorted by key(s). So why would they be evenly spaced like that when I know the new keys are random? Looking closer I noticed that while all the old rows were coming up sorted on key(s) the new records I inserted were coming up as every 21st record within the old correctly sorted records. If I did an explicit sort on the keys then the new records were randomly spaced as expected.

So what is going on here, something analogous to blocking with flat files? I'm expecting a reorg overnight will eliminate this phenomenon.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Fri Oct 03, 2014 1:52 am
Reply with quote

Div, What happens when you do a select query in a SPUFI by desc order with the keys and limit the result to may be 10k? if you did so then are you getting the same results as above?
Back to top
View user's profile Send private message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Fri Oct 03, 2014 5:30 pm
Reply with quote

Unless you do an explicit order by, what you 'see' is irrelevant in every way.

They way DB2 stores the data does not matter.

They way you see the data does not matter.

You may see something different after the reorg, you may not.

You may see something different after additional records are added or deleted, you may not.

Without an order by, the results are unpredictable. Period.
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Oct 03, 2014 7:12 pm
Reply with quote

If you really want to know , read about pctfree and freepage
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
Search our Forums:

Back to Top