What are the differences bitween cobol and cobol-2?
Answer / 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 |
Which mode is used to operate the sequential file?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
how you will define variables length in cobol.
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
what is label record is standard or omitted in file description of data division?
Can we change the password using ALTER? anyone tried and changed?
Hai friends why we need to read a file before re-write a record?
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
How do you define a variable of comp-1 and comp-2?
wht is packed decimal in cobol
In an array processing what is the thing that can be done by using subscripts but not by using index
Whats the difference between search & search ALL?