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

Answer Posted / vijaya sharma

c.Dynamic

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is perform what is varying?

709


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


For rewrite, why is it mandatory that file needs to be opened?

623


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10610






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

712


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

676


How do you reference the fixed block file formats from cobol programs

705


What is a SSRANGE and NOSSRANGE?

820


How to print 10 to 1 if the input have only 10 digit number?

811


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3717


What is cobol?

744


What are the pertinent COBOL

2045


What is a scope terminator give example?

657


IF I mention stop run in CICS what happens?

1896