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


Please Help Members By Posting Answers For Below Questions

What is an in line perform? When would you use it? Anything else you wish to say about it.

739


What is the compute verb? How is it used?

749


In COBOL programming, what is PERFORM? What is VARYING?

755


For rewrite, why is it mandatory that file needs to be opened?

712


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5895






Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

936


Give some examples of command terminators?

849


How do you define a variable of comp-1 and comp-2?

804


State the various causes of s0c1, s0c5 and s0c7.

747


How do you reference the following file formats from cobol programs?

797


How do define dynamic array in cobol.

771


What is the difference between PIC 9.99 and PIC9v99?

904


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1717


What is the difference between external and global variables in COBOL?

911


What is report-item in COBOL?

796