How do you define an ALTINDX ? How do you use ALTINDXs in
batch, CICS pgm?s ?
Answer Posted / kk
ALTINDX for ESDS and LDS can't be used in Cobol batch
programs but it will support CICS and Assemblers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
differentiate between sequential files and esds files in vsam?
How is record management performed in vsam?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
is delete operation supported in an esds? Is rewrite operation possible in esds?
what are the codes returned by the ams (access method services) command during the execution in vsam?
Is it slower if you access a record through alt index as compared to primary index?
What is a ci split? What is a ca split?
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?
how many buffers are allocated to vsam ksds and esds?
On which dataset you can have alt index?
how do you create an alternate index ?
What are the different commands used in idcams for vsam?
What is the purpose of idcams?
What are the advantages of vsam over isam?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?