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..
Answer Posted / quasar chunawala
There is no such facility on Mainframe COBOL to read a
Sequential File(PS), backwards. PS(Physical Sequential)
files are meant to be read in a straight-sequential fashion
record-by-record one at a time, till you reach the Desired
record.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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.
how to convert the recors form vsam file to db2 table tru file aid
How to remove 2 duplicate records and copy only one using job control language?
How can you get the ksds file records into your cobol program?
Define static linking and dynamic linking.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Explain what you understand by passing by value.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between perform … with test after and perform … with test before?
Why occurs cannot be used in 01 level in COBOL?
Write down the divisions of cobol program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is difference between static and dynamic call in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.