What is the significance of 'above the line' and 'below the
line'?
Answers were Sorted based on User's Feedback
Answer / aprajita chauhan
ATL can actually build the brand and BTL can actually lead
to sale.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / 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 |
how to code in cobol while using variable block file?
Whtz the specialty of 77 level number ?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
What is the use of EVALUATE statement?
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
how to display comp3 variables reply soon ?
What is 88 level used for ?
how to convert vsam table into DB2 table?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
How do you do in-line PERFORM?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??