Differentiate between structured cobol programming and object-oriented cobol programming.



Differentiate between structured cobol programming and object-oriented cobol programming...

Answer / Saumitra Singh

"Structured COBOL programming focuses on organizing the program into logical sections. It follows a hierarchical structure, with divisions, copy books, and programs. Object-Oriented COBOL programming extends this by adding concepts such as objects, classes, and inheritance."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is the utilization of copybook in cobol? Could we utilize a similar copybook?

1 Answers  


) how do u code after getting data?

1 Answers   IBM,


i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me

4 Answers  


can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


How can I tell if a module is being called DYNAMICALLY or STATICALLY?

3 Answers   CTS,


I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


how do you reference the variable unblock file formats from cobol programs

1 Answers  


what is label record is standard or omitted in file description of data division?

3 Answers   IBM, TCS,


Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand

4 Answers   TCS,


I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."

1 Answers  


what is difference between cobol and cobol/400

2 Answers   HCL,


what is jcl approach for programming?

4 Answers   IBM,


Categories