What is File Status in VSAM?
Answer / guest
The FILE STATUS clause of the FILE-CONTROL paragraph allows
for each file to be associated with a file status key (i.e.,
the 2-character data item specified in the FILE STATUS
clause). If the FILE STATUS clause is specified for a given
file, a value indicating the status of each I/O operation
against that file is placed in the associated file status
key. This value is stored in the file status key as soon as
the I/O operation is completed (and before execution of any
EXCEPTION/ERROR declarative or INVALIDKEY/AT END phrase
associated with the I/O request).
Note: This element may behave differently when the CMPR2
compiler option is used. The file status key is divided
into two status keys: the first character is known as file
status key 1; the second character is file status key 2.
| Is This Answer Correct ? | 3 Yes | 0 No |
How do you define a KSDS ?
What is FREESPACE ?
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?
What are the information stored in ci?
What are the different parameters that are used in vsam?
How did you refresh a VSAM file and how frequently you do it ?
3 Answers CSC, IBM, Patni, Xansa,
what is the meaning of dynamic processing in vsam?
What is the use Free space in CI ?
differentiate between sequential files and esds files in vsam?
Is CA(Control Area) is part of CI(Control Interval)
what is the concept of AIX 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?