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...

If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially?

For example :
Input File
01
02
03

Para 900
Read infile
Display Infile rec
Read infile
Display infile rec
Read infile
Display infile rec.

What will be the output?

Answer Posted / ??????

It will read the same record three times.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

1268


What is the difference between next sentence and continue in cobol programing language?

1278


What is rmode(24)

1199


How you can characterize tables in cobol?

1254


how do you reference the ksds vsam file formats from cobol programs

1246


Define static linking and dynamic linking.

1272


What is the problem of ordered sequential files access?

1208


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

2277


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?

2332


What are literals?

1185


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


example for sub strings ? and refernce modifications whit output pls

2370


how to access the file from prodution from changeman tool and to submit a file to production

7630


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

2066


HOw can I get the negative sign while deduct high value from low value

2306