Answer Posted / 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 |
Post New Answer View All Answers
What is speed parameters in define cluster command?
explain the information contained in ci
State the differences between vsam and non-vsam files?
Explain the process in which flat files are converted into vsam files?
How do you calculate record size of an alternate cluster?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What is the use of lds (linear data set)?
What is a ci split? What is a ca split?
Is it slower if you access a record through alt index as compared to primary index?
What is the main function of key sequenced data set in vsam?
what is meant by dirty read in vsam?
Explain the biggest disadvantage of using a vsam dataset?
name a few common vsam status codes?
What is the main purpose of having user catalog in vsam?
What is the main function of key-sequenced data set?