What is FREESPACE ?
Answers were Sorted based on User's Feedback
Answer / ram
FREESPACE(X,Y) Where X->is the empty space used record
insertions,and Y->is the space left unused for the partisl
reorganization of the VSAM dataset.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
Coded in the DEFINE as FREESPACE(ci ca) where ci is the
percentage of each control interval to be left free for
insertions, ca is the percentage of control intervals in
each control area to be left empty.
| Is This Answer Correct ? | 2 Yes | 1 No |
How do you load a VSAM data set with records ?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
explain in brief how you can create a vsam file?
What happens when you open an empty VSAM file in a COBOL program for input?
why ci and ca splits are not possible in esds and rrds?
what do you mean by a shareoptions parameter (shr) in define cluster command?
What is the catalog?
What does the keyranges parameter in define cluster commends do?
What is the main function of key-sequenced data set?
What are the types of VSAM datasets?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?