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

consider the following
FD FILE-1
01 REC-1 PIC X(80)
......
WORKING-STORAGE SECTION
01 W-REC PIC X(90)
........
PROCEDURE DIVISION
FIRST-PARA
.......
READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG
which of the following is true with respect to the above?
a.REC-1 will contain nothing and W-REC will contain the
contains of the
record read
b.REC-1 and W-REC contain the same data
c.syntex is invalid and error will occur
d.REC-1 and W-REC must be of same size

Answer Posted / shan

b.REC-1 and W-REC contain same data

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an in line perform? When would you use it? Anything else you wish to say about it.

1141


What is the compute verb? How is it used?

1187


Explain how you can characterize tables in cobol?

1115


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

1174


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

1185


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

1231


What are the different open modes available in cobol?

1244


Mention the guidelines to write a structured cobol program?

1142


how do you reference the variable block file formats from cobol programs

1310


What is Pic 9v99 Indicates in COBOL?

1339


For rewrite, why is it mandatory that file needs to be opened?

1151


Write a program to explain size error.

1240


Which division and paragraphs are mandatory for a COBOL program?

1331


Write a program to enter and display the names of students in a class using the occurs clause.

1260


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

2516