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 |
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Name the sections present in data division.
How do you differentiate between cobol and cobol-ii?
In which area will you utilize 88 level items in cobol?
how do u link sub pgm to main pgm ?
How do u know what version of cobol u are using?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
What are the rules of the move verb?
How do u initialize an array?
What is the linkage section?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??