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

what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?

2 Answers   IBM, Wipro,


what is a load module ?

3 Answers   TCS,


What is Redefines clause?

8 Answers  


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  






how to create temporary data set in jcl? what is the use?

3 Answers   Cap Gemini, Temenos,


how do you reference the variable unblock file formats from cobol programs

0 Answers  


When is a scope terminator mandatory?

3 Answers  


1.What is the limit of linkage section?

4 Answers  


The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290

4 Answers   TCS,


what is the minimum number of lines a Cobol program should have to successfully compile and run

11 Answers   ABC, Societe Generale,


77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?

9 Answers   TCS,


Categories