How do you define an ALTINDX ? How do you use ALTINDXs in
batch, CICS pgm?s ?
Answers were Sorted based on User's Feedback
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 |
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 |
What is an RBA in rrds? What does it do? What is it used for?
How does control intervals and control areas related to each other?
Explain the meaning and syntax for the START command. ?
Explain the device independent method to indicate where a record is stored?
Alt key is used for what type of vsam file
why do we use vsam file thn seqential files ?
What is the COBOL RECORD KEY clause?
How did you refresh a VSAM file and how frequently you do it ?
3 Answers CSC, IBM, Patni, Xansa,
why ci and ca splits are not possible in esds and rrds?
Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?
what's the biggest disadvantage of using a VSAM dataset?
8 Answers Anjana, CTS, DSRC, IBM,
HOW TO SORT RECORDS IN VSAM FILE?