What is the difference between Structured COBOL Programming
and Object Oriented COBOL ?
Answer Posted / anoop
In structured programing methode we first looks at the
function and will code according to the function.
In object oriented programing methode we first identifies
the objects (variables) and codes according to that.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the LINKAGE SECTION used in COBOL?
Write the code implementing the perform … varying.
Name the sections present in data division.
What rules are to be followed while using the corresponding options?
How do get the result of your program directly on your pc?
what is the difference between COBOL2 AND COBOL390?
What is rmode(24)
What is redefines clause in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Give some examples of command terminators?
How do you reference the fixed block file formats from cobol programs
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Write some characteristics of cobol as means of business language.