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

How can we know that cobol program is using report file or simple file....?

4 Answers  


in cobol perform stmt whether it first checks the condition or not

9 Answers  


how can i see junk values in dclgen or in hostvariable of comp ?

0 Answers   DELL,


77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 Answers  


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,






Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

0 Answers  


What is the difference between static call & Dynamic call?

2 Answers   CSC, TCS,


What is Control Break processing ?

1 Answers   iGate,


What is the difference between perform … with test after and perform … with test before?

0 Answers  


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...

2 Answers   ITC Indian Tobacco Company, PNP, TCS,


What is the difference between write & move in COBOL?

3 Answers   CSC, HHB,


01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?

3 Answers   Patni,


Categories