What is the COBOL RECORD KEY clause?
Answers were Sorted based on User's Feedback
Answer / guest
The RECORD KEY in the SELECT clause identifies the files
primary key as it will be known to the program.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ravi
the record key in the SELESCT clause identifies the files
primary key as it will be known to the programe
| Is This Answer Correct ? | 0 Yes | 1 No |
Name some common VSAM error conditions and codes. ?
What is an alternate index and path ?
What is a vsam dataset?
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 FREESPACE ?
what is meant by dirty read in vsam?
Syntax of AMS modal commands ?
how can you load a vsam data set with records ?
What does the keyranges parameter in define cluster commends do?
How are records stored in an ESDS, entry sequenced dataset?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
How is record management performed in vsam?