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 happens if parmparameter passes zero bytes to the program

1679


What are various search techniques in cobol? Explain.

665


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

907


What is amode(31)

736


In COBOL programming, what is PERFORM? What is VARYING?

685






How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2737


how do you reference the rrds file formats from cobol programs

815


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

949


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

2161


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1985


How you can characterize tables in cobol?

735


Explain the configuration section of a cobol program with examples of syntax.

674


Write a program to enter and display the names of students in a class using the occurs clause.

669


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6872


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

669