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 / ameins

It will read three consecutive records.

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we get current date from system with century in COBOL?

1428


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

1403


how can i see junk values in dclgen or in hostvariable of comp ?

3052


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6669


what is difference between cobol and cobol/400

23082


Which is not true about evaluate statement

2515


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

2429


Have you used comp and comp-3 in your project? And how?

2522


i want a program using by if, evaluate , string, unstring, perform, occurs?

4801


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

1280


What are the access modes of START statement?

1329


Write a program that uses move corresponding.

1208


Mention the guidelines to write a structured cobol program?

1143


Explain what you understand by passing by value.

1203


What are the different rules to perform a Search?

1144