Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 resolve the soc4 and soc7 errors?

5 Answers   IBM, RBS,


what are the steps to sort in a cobol program?

2 Answers   Patni,


How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.

4 Answers   Cap Gemini,


Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all

5 Answers   TCS,


What is SQL Code -904 and -903 in DB2 And how to handle it?

1 Answers   IBM,


What is binary search?

3 Answers  


input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.

4 Answers  


1.What is the limit of linkage section?

4 Answers  


Write a program that uses move corresponding.

0 Answers  


WHAT IS SOC3?HOW IT CAN BE RESOLVED?

1 Answers  


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

0 Answers  


is this below syntax correct? CALL 'subprg' using A,B Please help

2 Answers  


Categories