Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how yo view the vsam file?

5 Answers   DSRC, TCS,


Define dynamic processing?

0 Answers  


explain the differences between vsam and non-vsam files

0 Answers   IBM,


there are seven idcams commands in vsam. Can you name and explain each of them?

0 Answers   IBM,


What is the use of VSAM files? How to read this ?

3 Answers   CTS,


what do you mean by the repro command?

0 Answers   IBM,


What is a path?

1 Answers  


is there any lock for vsam file so that no one can update the vsam file ?

2 Answers   HCL,


Define free space?

0 Answers  


what is the RRN for the first record in RRDS?

2 Answers  


When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????

1 Answers   Wipro,


What are the access method services used in vsam?

0 Answers  


Categories