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 |
What is the meaning of each of the values in SHAREOPTS(2 ?
What is an RBA in rrds? What does it do? What is it used for?
is there any lock for vsam file so that no one can update the vsam file ?
What is the purpose of relative record data set used in vsam?
Explain the significance of the shareoptions parameter?
While designing vsam files,what is the best way to choose control interval size for the data and the index?
What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
Using alternate indexes in cics program?
How many cluster index can have in a table?
if not using the 'commit' when closing VSAM file,what will happend
What is Control Interval, Control Area?