what are difference organizations in cobol and access mode
in cobol? can you expalin what organization means while
declaring for ksds,esds,rrds?
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 |
what will happen if i give program name and member name as different? program runs successful or w'll abend?
What rules are followed by the search verb.
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
How do you submit JCL via a Cobol program?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
what is the advantage of sync class
HOw can I get the negative sign while deduct high value from low value