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


Please Help Members By Posting Answers For Below Questions

write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

737


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

690


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

727


What is static and dynamic call in cobol?

603


What is the local-storage section?

698






How do you differentiate between cobol and cobol-ii?

673


What are various search techniques in cobol? Explain.

662


What are the different types of condition in cobol and write their forms.

674


explain sorting techniques in cobol program?

707


What is the difference between comp and comp-3?

710


How to print 10 to 1 if the input have only 10 digit number?

828


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1715


) what is the difference between AID and HANDLE AID?

1643


how to move the records from file to array table. give with code example

2232


What are the pertinent COBOL commands?

2637