By seeing the file itself how can we identify whether it is
A vsam file or flat file
Answers were Sorted based on User's Feedback
Answer / shweta
just do a 's'(data set information) in front of the file
name. Data class will have 'VSAM'. Also in 3.4, the volume
column will have 'VSAM'.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / rajvee
VSAM file will have data file and Key file.
Flat file will have only data.
| Is This Answer Correct ? | 6 Yes | 3 No |
Hi...........Ananth.
I think it's installation defined.
In the right hand side of the file
it gives some info...like volume serial no.
we can change it to file type.
Thanks & Regards.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vijay kumar reddy
vsam consists of data and index
where as flat file only have data
| Is This Answer Correct ? | 2 Yes | 0 No |
Hi..............
Sweta & Rajeev.
Please read the question carefully.
He is saying 'By seeing the file we have to identify the
type of file'
It's mean we can't give any command.
I think it may possible through tools.
Thanks & Regards.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prameela
BY seeing file we can say whether it vsam file or flat file(PS file)
if VSAM file will have below things
KSDS
1.name of the file
2.In the name of the file last qualifier will have data as qualifier
3.will have word index as last qulifier in the name of the file
Esds,RRDS,LDS will have only 1 and 2 specified in the above
FLat file will have only name of the file
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ananth
yes mr.cool is correct . i mean by seeing the file itself we should identify whether it is a vsam or qsam file. that means not
by using the commands.thank u swetha and rajeev.
| Is This Answer Correct ? | 1 Yes | 2 No |
what is a Base Cluster?
what do you mean by a upgrade set in vsam?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
How do you fix the problem associated with VSAM out of space condition?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
what do you mean by recovery and speed parameters in define cluster command?
How to get the last record in vsam file in cluster?
what is buffering and how does it apply to vsam files ?
What are the distinctive features of a ksda, key sequenced dataset?
Explain the difference between lds and esds?
How to delete a member using JCL.?