what is the difference between vsam and dataset how do u
create vsam dataset which file you r used?
Answer Posted / mr. cooooool
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 |
Post New Answer View All Answers
Tell about the ams used in vsam?
Explain the device independent method to indicate where a record is stored?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
What is the main function of key sequenced data set in vsam?
what are s0c1, s0c4, s0c5, s0c7 abends?
What is speed parameters in define cluster command?
explain in brief what are the 3 types of vsam files?
What is a lds (linear data set) and what is it used for?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What are the information stored in ci?
What is the place for VSAM KSDS?
What is the function of linear dataset in vsam?
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...
Is it slower if you access a record through alt index as compared to primary index?