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
what do you mean by recovery and speed parameters in define cluster command?
Tell me how many alternate indexes you can have on a dataset?
What is the use of lds (linear data set)?
explain how many ways you can load data in a vsam cluster?
What is a lds (linear data set) and what is it used for?
Explain the function of the relative record data set?
On which dataset you can have alt index?
Is it slower if you access a record through alt index as compared to primary index?
can you specify some the distinctive features of a ksds, key sequenced dataset?
what are the codes returned by the ams (access method services) command during the execution in vsam?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
what is meant by dirty read in vsam?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
Discuss record management in vsam?
What is the main function of key sequenced data set in vsam?