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 difference between lds and esds?

0 Answers  


what's the biggest disadvantage of using a VSAM dataset?

8 Answers   Anjana, CTS, DSRC, IBM,


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

1 Answers  


In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).

6 Answers   Cap Gemini, TCS,


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

0 Answers   IBM,






How do you define a GDG ?

1 Answers   IBM,


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

0 Answers   IBM,


Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?

1 Answers  


in what type of vsam datasets can an alternate index be defined??

4 Answers  


What is the purpose of the FILE STATUS clause in the SELECT statement?

1 Answers  


Can AMS commands be run from the TSO prompt ?

1 Answers   IBM,


What is SHAREOPTS ?

2 Answers  


Categories