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 |
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
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.
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
How To move a value to an array using move verb?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
Name the sections present in data division.
What are the differences between OS VS COBOL and VS COBOL II?
If I want to increase the Limit in GDG. What should I do?
What is the difference between comp and comp-3 usage?
How can we increase the size of an existing PDS to include more no. of modules.
can we use full outer join with cursors declared in cobol program?
how the control comes back from subprogram to mainprogram