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

If FSPC(100 10 is specified does it mean that both the control interval and control area will be left empty because 100 % of both CI and ca are specified to be empty?

1 Answers   DSRC,


What is the purpose of idcams?

0 Answers  


differentiate between sequential files and esds files in vsam?

0 Answers   IBM,


what do you mean by a upgrade set in vsam?

0 Answers   IBM,


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

7 Answers   IBM,






What is the purpose of control intervals in vsam?

0 Answers  


what do you mean by the cobol record key clause in vsam?

0 Answers   IBM,


What are the different types of VSAM files available?

3 Answers   CSC,


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

2 Answers   IBM,


Is CA(Control Area) is part of CI(Control Interval)

1 Answers  


What are the different commands used in idcams for vsam?

0 Answers  


What are all the ways we can create datasets?

7 Answers   IBM,


Categories