explain in brief why do vsam take more disk space than other utilities?
No Answer is Posted For this Question
Be the First to Post Answer
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
On which datasets You can have ALT INDEX?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
what is difference between repro and export? if any one know this plz tell me
What happens when you open an empty VSAM file in a COBOL program for input?
What is a lds (linear data set)?
Explain the index set?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
what is the meaning of each of the values in shareopts(2 3)?
What is the main function of linear dataset?
What is the COBOL RECORD KEY clause?
why ci and ca splits are not possible in esds and rrds?