How do you initialize a VSAM file before any operation? a
VSAM with alternate index?
Answers were Sorted based on User's Feedback
Answer / guest
Can write a dummy program that just opens the file for
output and then closes it.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / rogerio coelho
The solution is in that URL
http://system-support.com/vsaminit.asm
| Is This Answer Correct ? | 5 Yes | 3 No |
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is the use of VSAM files? How to read this ?
how do you create an alternate index ?
why ci and ca splits are not possible in esds and rrds?
max how many AIX coded in a vsam dataset??
What is free space?
what is the difference b/w sequential and ESDS
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
what is control interval(CI) and control Area(CA)
Can you delete vsam files with the delete option of the disposition parameter of jcl?
how can you load a vsam data set with records ?
what is the use of the file status clause in the select statement in vsam?