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

How index component in KSDS points to data component


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
prasad_yadav20

New User


Joined: 12 Mar 2005
Posts: 13
Location: hyderabad

PostPosted: Mon Apr 04, 2005 6:52 pm
Reply with quote

hi pals,
how index component in ksds points to data component ?is there any poiters, i know key information is availale in index component , i want other reson...
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Tue Apr 05, 2005 11:11 am
Reply with quote

prasad_yadav20 wrote:
hi pals,
how index component in ksds points to data component ?is there any poiters, i know key information is availale in index component , i want other reson...


The Index component has the CIs arranged in the TREE format, each CI will have the high Key information for the CIs in the next lower level and the RBA. VSAM Index contains pointers to the next lower level. The Index may have many levels.

Now if you try to access a record using a key, it will try to find a match to the high key present in the CI and will traverse further down in each level to finally arrive at the exact Key and its RBA.

I hope this makes sense to u, if you need to further explore this please refer Use [URL] BBCode for External Links for the VSAM DEMYSTIFIED Redbook.
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Help required to reset decimal points... DFSORT/ICETOOL 10
No new posts db2 vs static data COBOL Programming 1
No new posts External data queue (changes?) CLIST & REXX 0
No new posts Pull data using date difference betwe... DB2 6
No new posts fast data scrambling PL/I & Assembler 10
Search our Forums:

Back to Top