What is the meaning of VSAM RETURN-CODE 28?
Answers were Sorted based on User's Feedback
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
what are the codes returned by the ams (access method services) command during the execution in vsam?
what do you mean by a upgrade set in vsam?
How do you load a VSAM data set with records ?
Explain the significance of the shareoptions parameter?
How many buffers are allotted to VSAM KSDS and ESDS?
What is the use Free space in CI ?
Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.
What is the function of linear dataset in vsam?
How do you fix the problem associated with VSAM out of space condition?
What is the purpose of having vsam data space?
is it slower if you access a record through alternative index as compared to primary index?