difference between vsam and database tables
No Answer is Posted For this Question
Be the First to Post Answer
looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
What is the meaning of dynamic processing?
Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?
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 happens when you open an empty VSAM file in a COBOL program for input?
How is the sorting of vsam files carried?
Differentiate between ci split and ca split?
By looking into the Jcl can we identify the dataset is VSAM?
5 Answers Cognizant, Keane India Ltd,
Define gdg?
What is the biggest disadvantage of using a vsam dataset?
how many ways can we open i vsam file ? like print ch ids (/) is thre any other way to open the vsam file please can any one answer ?