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
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
Differentiate between control interval (ci) and control area (ca)?
Would you specify freespace ce for an esds?
What is recovery parameters in define cluster command?
What are the steps involved in access method services?
What are the common vsam error conditions and codes?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
Explain the device independent method to indicate where a record is stored?
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?
Explain the function of entry-sequenced data set?
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?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
explain in brief how are different versions of gdg named?
how do you define an altindx ? How do you use altindxs in batch, cics programs?