By seeing the file itself how can we identify whether it is
A vsam file or flat file
Answer Posted / 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 |
Post New Answer View All Answers
Explain the catalog?
how can you load a vsam data set with records ?
Using alternate indexes in cics program?
How is the sorting of vsam files carried?
how do you create an alternate index ?
there are seven idcams commands in vsam. Can you name and explain each of them?
Using alternate indexes in batch program?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
What are the building blocks used in vsam datasets?
explain in brief why do vsam take more disk space than other utilities?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
to use the rewrite command, how should the vsam file be opened?
what is the meaning of each of the values in shareopts(2 3)?
What are the information stored in ci?
what do you mean by a upgrade set in vsam?