What is the difference between Structured COBOL Programming
and Object Oriented COBOL ?
Answer / 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 |
Why occurs can not be used in 01 level ?
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
can we use reference modification an arry.
What is SQL Code -904 and -903 in DB2 And how to handle it?
what is label record is standard or omitted in file description of data division?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
Why occurs cannot be used in 01 level in COBOL?
Explain about level numbers?
How include time & date in the report generation in cobol programing?
wht is structured cobol pgm and non structred cobol pgm ?
What is the difference between a DYNAMIC and STATIC call in COBOL?