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


Please Help Members By Posting Answers For Below Questions

What are declaratives and what are their uses in cobol?

714


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1703


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1916


Write some characteristics of cobol as means of business language.

624


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...)

1934






What rules are followed by the search verb.

640


Write a program that uses move corresponding.

678


how do you define single dimensional array and multidimensional array in your cobol?

683


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

722


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

679


What the difference is between continue and next sentence?

665


How to know whether the module is dynamical or statistical?

661


how do you reference the printer file formats from cobol programs

669


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5697