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

i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2308


What do you understand by psb and acb?

833


What is the utilization of copybook in cobol?

865


What are all the divisions of a COBOL program?

870


What is a scope terminator give example?

819






if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6069


A table has two indexes defined. Which one will be used by the SEARCH?

998


Define cobol?

1058


Can a Search can be done on a table with or without Index?

1034


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5579


What is the difference between PIC 9.99 and PIC9v99?

1020


Can you please let me know the centre name of INS certification in Kolkata.

1932


Why would you use find and get rather than to obtain?

881


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

954


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

922