In the COBOL SELECT statement what is the ORGANIZATION for a
KSDS?

Answers were Sorted based on User's Feedback



In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?..

Answer / guest

The ORGANIZATION is INDEXED.

Is This Answer Correct ?    8 Yes 0 No

In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?..

Answer / rookie

It can be both Indexed for direct access....
and Sequential for normal access!

Is This Answer Correct ?    6 Yes 0 No

In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?..

Answer / sroul4

organization is Index and access in dynamic

Is This Answer Correct ?    4 Yes 1 No

In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?..

Answer / di

organization as Indexed and you can use any access mode (Sequential, Random or Dynamic) with KSDS dataset.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VSAM Interview Questions

Explain the function of entry-sequenced data set?

1 Answers  


Common VSAM Error conditions and codes

1 Answers  


What are the different types of VSAM files available?

3 Answers   CSC,


What do you mean by dirty read ?

5 Answers  


What are the access method services used in vsam?

1 Answers  


can we create vsam files on multiple volumes ?

3 Answers   Tech Mahindra,


What is recovery parameters in define cluster command?

1 Answers  


What is IDCAMS ?

2 Answers  


how do you define an altindx ? How do you use altindxs in batch, cics programs?

1 Answers   IBM,


What is the main purpose of having user catalog in vsam?

1 Answers  


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

2 Answers   IBM,


What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??

3 Answers  


Categories