How do you define an ALTINDX ? How do you use ALTINDXs in
batch, CICS pgm?s ?
Answer Posted / 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 |
Post New Answer View All Answers
Define dynamic processing?
Explain the function of entry-sequenced data set?
What is the biggest disadvantage of using a vsam dataset?
What are the building blocks used in vsam datasets?
if you wish to use the rewrite command how must the vsam file be opened?
Describe the uses of ams?
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..
is it necessary that all versions of the gdg have to be of the same record length?
What is the main purpose of having user catalog in vsam?
Using alternate indexes in batch program?
to use the rewrite command, how should the vsam file be opened?
Explain the function of the relative record data set?
What are the advantages of vsam over isam?
name the utility program closely associated with vsam?
What is recovery parameters in define cluster command?