What is the VSAM-code field?
Answer / guest
It is a COBOL II enhancement to VSAM batch processing
expanding the FILE STATUS field. It is defined in
WORKING-STORAGE as a six byte group item with three two byte
elements, the normal return code, the function code and the
feedback code.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is control area?
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
what do you mean by define model parameter?
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 is the COBOL RECORD KEY clause?
how many buffers are allocated to vsam ksds and esds?
What are the optional parameters to the input dataset While loading the empty cluster with the data records?
Define free space?
What is a lds (linear data set) and what is it used for?
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
Explain the process in which flat files are converted into vsam files?
in what type of vsam datasets can an alternate index be defined??