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 |
State the various causes of s0c1, s0c5 and s0c7.
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
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...)
What is Static and Dynamic linking ?
How many types of sorts are there in cobol?
How to concatenation one or more string?
what is subscript in cobol?give realtime example?
In INITIALIZE what is Repalcing Word will do
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
Name some of the examples of COBOl 11?
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
Give some examples of command terminators?