Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / binary logics

*hival setgt pfrec
90 doueq *on 90 is a indicator for End of file
readp pfrec
write newpfrec
enddo

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static and dynamic call in cobol?

1115


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

9177


What are the different open modes available in cobol?

1243


What is the difference between PIC 9.99 and 9v99 in COBOL?

1400


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2427


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2476


What is the Purpose of POINTER Phrase in STRING command in COBOL?

1300


How many sections are there in data division in COBOL?

1184


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2186


What is length is cobol?

1154


What is the difference between comp and comp-3 usage?

1257


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1393


) How do u handle errors in BMS macro

2105


What is the difference between binary search and sequential search?

1128


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2356