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 |
can we use variable picture clause as xx.99 in cobol.
At the minimum, which division of COBOL is enough to be coded?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
1)what is use of linkage section? 2)what is difference between comp and comp-3
what happens if we wont give timestamp in precompilation process ?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
How do you differentiate between cobol and cobol-ii?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
COMP field occupy ?
What does the INITIALIZE verb do?
What is difference between static and dynamic call in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?