Using Alternate Indexes in Batch pgms: ?

Answers were Sorted based on User's Feedback



Using Alternate Indexes in Batch pgms: ?..

Answer / guest

In the JCL, you must have DD stmts for the cluster and for
the path(s). In the COBOL Program, SELECT .. ASSIGN TO
ddname for base cluster RECORD KEY IS... ALTERNATE RECORD
KEY IS..

Is This Answer Correct ?    5 Yes 1 No

Using Alternate Indexes in Batch pgms: ?..

Answer / mani

For every alternate index we define the path.
First we define the base cluster then the alternate index
and then the path.while creating the path we specify the
base cluster and alternate index through which the base
cluster would be accessed.
In order to refer to the alternate index in the jcl we put
two dd statements one for the base cluster and another for
accessing the alternate index which is nothing but the path.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More VSAM Interview Questions

What is the use of lds (linear data set)?

1 Answers  


print ids(/)char??what is the full form of ids??

2 Answers   HCL, Hotel Jobs,


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

3 Answers   CTS,


Would you specify freespace ce for an esds?

1 Answers  


How do you convert flat files to VSAM files ?

5 Answers   EDS, IBM,


Describe the uses of ams?

1 Answers  


in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?

1 Answers   IBM,


What is a CA, control area?

1 Answers  


How do you decide on optimum values for CI, FREESPACE etc...?

1 Answers  


What is the meaning of dynamic processing?

2 Answers  


How do you calculate record size of an alternate cluster?

1 Answers  


How do you define an altindx?

1 Answers  


Categories