I had 100 records and i want to execute last three records by
using cobol programming?what will be coding?
Answer Posted / harsha
Read file sequentially and load it in table. keep check on
the number of ocurances(i.e. number of records).
Once the table is fully loaded, you know the total
occurances. Say it is X. Now read the table with occurance
X-3
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
What kind of error is trapped by on size error option?
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?
What are the different rules to perform a Search?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write a program to explain size error.
What are different data types in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
explain sorting techniques in cobol program?
) How do u handle errors in BMS macro?
How do we get current date from system with century in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Have you used comp and comp-3 in your project? And how?
Differentiate between structured cobol programming and object-oriented cobol programming.