How to read the last 100 records from a COBOL file. The file
contains N number of records.
Answers were Sorted based on User's Feedback
Answer / guest1
Using FILE-AID, copy lost 100 records only in to a seperate
file and read the records.
| Is This Answer Correct ? | 1 Yes | 5 No |
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
How to concatenation one or more string?
What are the different types of condition in cobol and write their forms.
What is the usage of comp fields in cobol?
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.
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
What is level 66 used for ?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
period is missing in the cobol program which error we getting
what is soc7 abend?how u can trace it?
why we are using picture clause in the cobol programs?