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..?
Answers were Sorted based on User's Feedback
Answer / guest1
If you open it in Output mode and try to write it,
initially a dummy record will be written and the actual
content willbe written.
If you try to open in Input mode you will get file status
35.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / mehdee
When we create empty new VSAM file, we should always
INITIALIZE it with a dummy record, before start using
it.And it is part of the crating.
| Is This Answer Correct ? | 1 Yes | 1 No |
How do you convert flat files to VSAM files ?
Can we copy Vsam files from a Vsam file in Iebgener step?
4 Answers iGate, Tech Mahindra,
What is recovery parameters in define cluster command?
explain how can you initialize a vsam file before any operation?
how do you create an alternate index ?
what are the codes returned by the ams (access method services) command during the execution in vsam?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
how to see the last records in vsam dataset??
what will happen if there is no secondary allocation made for datasets?
What is a CI, control interval?
How many cluster index can have in a table?
What is the use of access method services in vsam?