What are the differences bitween cobol and cobol-2?
Answer Posted / nimsatprasad
There are at least five differences: COBOL II supports
structured programming by using in line PERFORMs and
explicit scope terminators, it introduces new features
(EVALUATE, SET .. TO TRUE, CALL .. BY CONTEXT, etc), it
permits programs to be loaded and addressed above the 16
megabyte line, it does not support many old features (READY
TRACE, REPORT-WRITER, ISAM, etc.), and it offers enhanced
CICS support.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Which Search verb is equivalent to PERFORM…VARYING?
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...)
How many sections are there in data division in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
State the various causes of s0c1, s0c5 and s0c7.
How many bytes S(8) comp field occupy and its maximum value?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is rmode(24)
what is search and searchall?what is the diffrence between them?give an best example?
What are various search techniques in cobol? Explain.
In which area will you utilize 88 level items in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how do you reference the variable block file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.