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

How do you get the data to code the BMS macro?

1473


In COBOL, what is the different between index and subscript?

753


Write a program to enter and display the names of students in a class using the occurs clause.

647


Discuss about changing dataset name in proc.

757


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2728






What is redefines clause in COBOL?

845


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

929


how to refer the data field?

1803


What is inspect in cobol ?

798


What is an in line perform? When would you use it? Anything else you wish to say about it.

641


When is inspect verb is used in cobol?

672


What is amode(24)?

680


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1950


What are the access modes of START statement?

716


How do you reference the fixed block file formats from cobol programs

702