there is a file whose ORGANISATION is INDEXED.you want to
read the records
from the file in RANDOM fashion as well as
sequentially.then which of the
access mode would you specify?
a.SEQUENTIAL
b.RANDOM
c.DYNAMIC
D.ACCESS MODE has nothing to do with it

Answers were Sorted based on User's Feedback



there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RA..

Answer / vijaya sharma

c.Dynamic

Is This Answer Correct ?    12 Yes 0 No

there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RA..

Answer / shailendra

dynamic is the right ans.

firstly you will direct enter the no. or key element
from where you want to start to read, then you can read
sequentially.

Is This Answer Correct ?    9 Yes 0 No

there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RA..

Answer / abinand shetty

c.dynamic as it is combination of random and sequential

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL Interview Questions

How to pass return codes from cobol to jcl?

5 Answers  


What was removed from COBOL in the COBOL II implementation?

0 Answers  


whats the difference between search and search all?

4 Answers   Patni,


i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."

4 Answers   CSC,


What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  






WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN

3 Answers   Infosys,


How does IDMS insure data integrity?

1 Answers  


which one is better among static call and dynamic call?

3 Answers  


How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.

3 Answers  


How will you find the currepted records in a file

2 Answers  


without performing any operations on a file how can i know whether it contains data or not

2 Answers  


what will happen if i give program name and member name as different? program runs successful or w'll abend?

5 Answers   CTS,


Categories