Name some common VSAM error conditions and codes. ?
Answer Posted / guest
They are end of file (1, duplicate key (2, record not found
(2, VSAM logic error (9, open problem (9 and space problem (9.
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
what do you mean by a shareoptions parameter (shr) in define cluster command?
Differentiate between control interval (ci) and control area (ca)?
explain how do you define a gdg in vsam?
Is it slower if you access a record through alt index as compared to primary index?
explain how can you initialize a vsam file before any operation?
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?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
explain in brief how you can create a vsam file?
Describe the uses of ams?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
what do you mean by a vsam slot?
name a few common vsam status codes?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
in a cobol select statement, can you tell what is the organization for a ksds?