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

what are the codes returned by the ams (access method services) command during the execution in vsam?

772


difference between vsam and database tables

643


what is the use of the file status clause in the select statement in vsam?

572


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

658


What is the function of linear dataset in vsam?

642






what do you mean by a vsam split?

583


what is the meaning of dynamic processing in vsam?

588


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?

994


explain how many ways you can load data in a vsam cluster?

585


what is the probability of a complete system distortion under high end low performing multiprocessor job?

2031


Differentiate between control interval (ci) and control area (ca)?

537


what do you mean by idcams? Explain its purpose?

543


what how do you initialize a vsam file before any operation? A vsam with alternate index?

563


Using alternate indexes in cics program?

565


what do you mean by gdg in vsam?

730