In the COBOL SELECT statement for a KSDS what are the three
possibilities for ACCESS?

Answers were Sorted based on User's Feedback



In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?..

Answer / guest

ACCESS can be SEQUENTIAL, RANDOM or DYNAMIC.

Is This Answer Correct ?    11 Yes 0 No

In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?..

Answer / venkat

ACCESS MODE IS RANDOM/SEQUENTIAL/DYNAMIC.

Is This Answer Correct ?    7 Yes 0 No

In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?..

Answer / santu

We can access in three types. Sequential, Random and
Dynamic.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More VSAM Interview Questions

What is a lds (linear data set)?

0 Answers  


What is the purpose of having vsam data space?

0 Answers  


Explain the index set?

0 Answers  


What is the difference between PS file and VSAM file?

7 Answers   IBM, Infosys, Verizon,


What is the purpose of relative record data set used in vsam?

0 Answers  






What is the difference between lds and esds?

0 Answers  


Syntax of AMS modal commands ?

1 Answers   IBM,


what are the different types of vsam files available? Explain them

1 Answers   IBM,


What are the distinctive features of a ksds, key sequenced dataset?

2 Answers  


Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?

4 Answers   Patni,


write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...

0 Answers   CTS,


Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?

3 Answers  


Categories