what are difference organizations in cobol and access mode
in cobol? can you expalin what organization means while
declaring for ksds,esds,rrds?



what are difference organizations in cobol and access mode in cobol? can you expalin what organiza..

Answer / ashok kumar reddy nagrimadugu

organization is a class which is to specify the type of file.
org'n can be sequential,indexed,relative.
acess mode is used to acess the records in
seqential,random,dynamic.
KSDS:org'n is indexed
ESDS:org'n is SEQUENTIAL
RRDS:org'n is ,relative.

Is This Answer Correct ?    17 Yes 0 No

Post New Answer

More COBOL Interview Questions

can we redefine 77 level item is it possible

4 Answers   HCL,


I have a File that has duplicate records. I need only those records that occur more than thrice.?

3 Answers   IBM, Wipro,


what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?

9 Answers   TCS, Tech Mahindra,


What are various search techniques in cobol? Explain.

0 Answers  


What is an in-line perform ?

4 Answers   Accenture,






What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


Give some examples of command terminators?

0 Answers  


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

0 Answers   HCL,


What is the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  


What should be the sorting order for SEARCH ALL?

5 Answers  


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0

4 Answers   TCS,


Categories