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 |
Is CA(Control Area) is part of CI(Control Interval)
What is the Difference between LDS & ESDS ?
What makes vrrds different from vsam?
What are the optional parameters to the input dataset While loading the empty cluster with the data records?
There are at least seven IDCAMS commands; name and explain each of them ?.
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 is speed parameters in define cluster command?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
what is a Base Cluster?
Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?
How do you define a KSDS ?
Using alternate indexes in cics program?