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

How can i know the content of DATA/INDEX component in VSAM?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
william51
Warnings : 1

New User


Joined: 06 Jul 2006
Posts: 31

PostPosted: Wed Mar 28, 2007 11:12 am
Reply with quote

I try to use fileaid to browse the content of DATA/INDEX component in VSAM and i fail to do it.
Is there any way to know the content that stored in DATA/INDEX component?
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Wed Mar 28, 2007 11:21 am
Reply with quote

What are you trying to achieve?

Quote:
i fail to do it.


You can browse the VSAM using fileaid just by providing the cluster name (i.e., without .DATA or .INDEX).
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Mar 28, 2007 12:32 pm
Reply with quote

The data portion, as you may guess by its name, is the part of the cluster that contains the data. The index is created from the data portion, and is used to access the data on a random or keyed basis.

The easiest way to see what's in the file is to REPRO it out and than play with the flat file.

That way, if you screw up the flat file, you won't have screwed up production too.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top