difference between vsam and database tables
No Answer is Posted For this Question
Be the First to Post Answer
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
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.
can we create vsam files on multiple volumes ?
What is File Status in VSAM?
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?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
What are the distinctive features of a ksds, key sequenced dataset?
How is record management performed in vsam?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What is IDCAMS? and what is the purpose of it?
is it required that primary key values have to be unique? Do alternate key values have to be unique?