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
Explain the function of the relative record data set?
difference between vsam and database tables
What does the keyranges parameter in define cluster commends do?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
What is a ci split?
what do you mean by a vsam slot?
What is the purpose of having vsam data space?
explain how do you define a gdg in vsam?
how many buffers are allocated to vsam ksds and esds?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
if you wish to use the rewrite command how must the vsam file be opened?
Explain the catalog?
there are seven idcams commands in vsam. Can you name and explain each of them?
Explain the function of entry-sequenced data set?
What is the use of lds (linear data set)?