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 PROCEDURE DIVISION entry
OPEN EXTEND IN-FILE
identify the correct statement
a.organization of IN-FILE is sequential and records can
be added in the
beginning
b.organization of IN-FILE is sequential and records can
be added in the
end
c.organization of IN-FILE is indexed and records can be
added in the
beginning
d.organization of IN-FILE is indexed and records can be
added in the end

Answer Posted / shiva

when ever we access sequential files in extend mode...
it will append the new record at the end of last record
and so on.....


so option b is correct

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are various search techniques in cobol? Explain.

1108


Write a program that uses move corresponding.

1203


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1618


how do you define single dimensional array and multidimensional array in your cobol?

1147


How many bytes S(8) comp field occupy and its maximum value?

2186


Differentiate between structured cobol programming and object-oriented cobol programming.

1210


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1205


Explain how to differentiate call by context by comparing it to other calls?

1239


How do you get the data to code the BMS macro?

2009


Write the code implementing the perform … varying.

1117


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

4795


What are the different open modes available in cobol?

1238


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

1264


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1149


How do you differentiate between cobol and cobol-ii?

1272