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


Please Help Members By Posting Answers For Below Questions

On which dataset you can have alt index?

497


explain the differences between vsam and non-vsam files

639


what do you mean by recovery and speed parameters in define cluster command?

580


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?

984


what is a base cluster in vsam?

657






Can you delete vsam files with the delete option of the disposition parameter of jcl?

653


is it necessary that all versions of the gdg have to be of the same record length?

668


What is the function of entry sequenced data set?

643


what is meant by dirty read in vsam?

840


if you wish to use the rewrite command how must the vsam file be opened?

678


explain how do you define a gdg in vsam?

581


name the utility program closely associated with vsam?

573


Explain the process in which flat files are converted into vsam files?

548


What is the use of access method services in vsam?

584


How is record management performed in vsam?

589