How do you define an ALTINDX ? How do you use ALTINDXs in
batch, CICS pgm?s ?

Answers were Sorted based on User's Feedback



How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?..

Answer / 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

How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?..

Answer / kk

ALTINDX for ESDS and LDS can't be used in Cobol batch
programs but it will support CICS and Assemblers

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VSAM Interview Questions

Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?

1 Answers   IBM,


By seeing the file itself how can we identify whether it is A vsam file or flat file

7 Answers   IBM,


how to view clusters that has more than 10000 records

2 Answers  


what are the additional information you should give in the dd statement while defining the next generation of a gdg?

1 Answers   IBM,


Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?

1 Answers  


what is the RRN for the first record in RRDS?

2 Answers  


State the differences between vsam and non-vsam files?

1 Answers  


By looking into the Jcl can we identify the dataset is VSAM?

5 Answers   Cognizant, Keane India Ltd,


How is record management performed in vsam?

1 Answers  


What is recovery parameters in define cluster command?

1 Answers  


What is FREESPACE ?

2 Answers  


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?

1 Answers   RBS,


Categories