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
What are 77 levels used for?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are literals?
Write some characteristics of cobol as means of business language.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you reference the following file formats from cobol programs?
Explain how you can characterize tables in cobol?
What are the various section in data division and briefly explain them.
Give some examples of command terminators?
Explain the configuration section of a cobol program with examples of syntax.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
what is search and searchall?what is the diffrence between them?give an best example?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks