How do you fix the problem associated with VSAM out of space
condition?
Answer / guest
Define new VSAM dataset allocated with more space.
Use IDCAMS to REPRO the old VSAM file to new VSAM dataset.
Use IDCAMS to ALTER / rename the old VSAM dataset or se
IDCAMS to DELETE the old VSAM dataset.
Use IDCAMS to ALTER / rename the new VSAM dataset to the
name of the original VSAM dataset.
| Is This Answer Correct ? | 7 Yes | 0 No |
How can you create a VSAM dataset? Can you write a JCL for it?
How are different versions of GDG named ?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
what do you mean by gdg in vsam?
Differentiate between ci split and ca split?
How do you calculate record size of an alternate cluster? Give your values for both unique and nonunique.
What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
What are the advantages of vsam over isam?
what do you mean by a shareoptions parameter (shr) in define cluster command?
in what type of vsam datasets can an alternate index be defined??
What are the steps involved in access method services?