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 |
level number 77 is used to define a)group data b)elementary data c)redefine d)none
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
what is difference between the sysabend and userabend?
What is the file organization clause ?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Define cobol?
What is "Call by content" and "call by reference"?
How do u write test cases?
Explain the configuration section of a cobol program with examples of syntax.
What is amode(24)?
wht is the difference between goto and perform stmts
File status must be checked both while opening and reading the file or only while reading the file?