Would you specify FREESPACE for an ESDS?
Answer / guest
No. Because you cannot insert records in an ESDS, also when
you rewrite a record, it must be of the same length. Thus
putting any value for freespace does not make any sense.
| Is This Answer Correct ? | 7 Yes | 1 No |
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
Explain the index set?
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is the main function of key-sequenced data set?
What is the function of entry sequenced data set?
What does the keyranges parameter in define cluster command do?
How do you convert flat files to VSAM files ?
How do you load a VSAM data set with records ?
What is speed parameters in define cluster command?
can we access sequential files online
what are the codes returned by the ams (access method services) command during the execution 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...