what are difference organizations in cobol and access mode
in cobol? can you expalin what organization means while
declaring for ksds,esds,rrds?
Answer Posted / 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 View All Answers
Difference between cobol and cobol-ii?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write some characteristics of cobol as means of business language.
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between binary search and sequential search?
What is the Purpose of Pointer in the string?
What is static and dynamic call in cobol?
how do you reference the variable unblock file formats from cobol programs
In COBOL, what is the different between index and subscript?
What are the different data types in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the cobol coding sheets?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the pertinent COBOL
Describe the cobol database components?