How is the sorting of vsam files carried?
what do you mean by a vsam split?
What is the difference between CI( Control Interval)and CA (Control Area)?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
what is difference between repro and export? if any one know this plz tell me
how can we convert esds to lds?
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
in a cobol select statement, can you tell what is the organization for a ksds?
What are all the ways we can create datasets?
What are the advantages of vsam over isam?
On which dataset you can have alt index?
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
what is a base cluster in vsam?