How do you define an ALTINDX ? How do you use ALTINDXs in
batch, CICS pgm?s ?
Answers were Sorted based on User's Feedback
Answer / guest
DEFINE ALTERNATEINDEX. Important paramters are RELATE where
you specify the base cluster name, KEYS,
RECORDSIZE,SHAREOPTIONS,UNIQUEKEY(or NONUNIQUEKEY), DATA(ds
name for the data component), INDEX(ds name for the index
component). Then DEFINE PATH. Important paramters are NAME
(ds name for the path), PATHENTRY (ds name of the alternate
index name), UPDATE(or NOUPDATE) which specifies whether an
alt index is updated when a update to the base cluster takes
place. Then BLDINDEX. Parameters are INDATASET(ds name of
base cluster), OUTDATASET(ds name of AIX).
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
What is the maximum record length for the VSAM dataset?
what is the use of the file status clause in the select statement in vsam?
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?
is it necessary that all versions of the gdg have to be of the same record length?
what is meant by s0c-07 system abend codes?
What is the purpose of relative record data set used in vsam?
What is Base Cluster ?
What is a cluster?
HOW TO SORT RECORDS IN VSAM FILE?
name the utility program closely associated with vsam?
What is the difference between sequential files and ESDS files?
what is the use of reuse in vsam?