What is a vsam dataset?
No Answer is Posted For this Question
Be the First to Post Answer
When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
How to open VSAM file from 3.4? i have millions of records and i dont want to use the print ch ids(/) command bcz it takes to much time. so if you have any another command to open this plz tell me.
What is speed parameters in define cluster command?
On which dataset you can have alt index?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
is it slower if you access a record through alternative index as compared to primary index?
How do you initialize a VSAM file before any operation? a VSAM with alternate index?
What is the main function of linear dataset?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
What is VERIFY command ? when do you use this command?? What actually it does ??