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 |
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to resolve the soc4 and soc7 errors?
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
what is the minimum number of lines a Cobol program should have to successfully compile and run
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
What are the cobol coding sheets?
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
what are the control characters used in reports
What is "Call by content" and "call by reference"?
what is subscript in cobol?give realtime example?