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

Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.

3 Answers   TCS,


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

0 Answers  


Write the syntax of a two dimensional array?

8 Answers   Honeywell, Xansa,


give the examples for strings and unstrings in cobol

2 Answers   IBM,


) What is the use of IGNORE?

1 Answers   IBM,






in real time what is the suitable exp where in-stream procedure is better then catalog procedure.

1 Answers  


how to code in cobol while using variable block file?

1 Answers  


What are differences between Static Call and Dynamic Call?

10 Answers   IBM, KBC, Keane India Ltd, Verizon,


can I copy book which contain db2 statment in procedure divion?

2 Answers   Bank Of America,


How to pass return codes from cobol to jcl?

5 Answers  


how you will define variables length in cobol.

3 Answers   Temenos,


01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases

6 Answers   Patni,


Categories