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 |
How many times secondary space allocated?
can you specify some the distinctive features of a ksds, key sequenced dataset?
looking at the basic definition of VSAM file how to recognize whether it is a KSDS OR RRDS OR ESDS ?
What is the upgrade set?
What is the purpose of relative record data set used in vsam?
is delete operation supported in an esds? Is rewrite operation possible in esds?
What are the information stored in ci?
What is the catalog?
Differentiate between ci split and ca split?
What are the distinctive features of a ksds, key sequenced dataset?
On which datasets You can have ALT INDEX?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?