what is the difference between vsam and dataset how do u
create vsam dataset which file you r used?
Answers were Sorted based on User's Feedback
Hi....................
Vsam is a collections of 4 types of files(KSDS,ESDS,RRDS,LDS)
which can be accessed Sequentialy,Randomly & Dynamicaly.
While Dataset can be a Type of VSAM, QSAM OR NON-VSAM.
THANKS.
| Is This Answer Correct ? | 8 Yes | 3 No |
explain how many ways you can load data in a vsam cluster?
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
By seeing a program how we findout it is a VSAM program?
if you wish to use the rewrite command how must the vsam file be opened?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
what are s0c1, s0c4, s0c5, s0c7 abends?
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What is the index set?
What is the meaning of each of the values in SHAREOPTS(2 ?
is it slower if you access a record through alternative index as compared to primary index?
What makes vrrds different from vsam?