What is the significance of 'above the line' and 'below the
line'?
Answer Posted / asmara
Above the line will check the errors before termination,
and below the line will go for checking after terminating
and completion
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
What is the LINKAGE SECTION used in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are literals?
Explain how you can characterize tables in cobol?
what is difference between cobol and cobol/400
What are different data types in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
In COBOL, what is the different between index and subscript?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
what are decleratives in cobol?
How do we get current date from system with century in COBOL?
What is report-item in COBOL?
Name some of the examples of COBOl 11?