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


What is the mode in which you will OPEN a file for writing?

Answers were Sorted based on User's Feedback



What is the mode in which you will OPEN a file for writing?..

Answer / vikas pujar

If want to write new records :

1) Output - New records will be written , old will be
overwritten.

2) Extend - New records will be appended to existing ones

Where as :

1) I- O : Used to re-write the existing records, but not to
write new records

Is This Answer Correct ?    14 Yes 0 No

What is the mode in which you will OPEN a file for writing?..

Answer / suputhru

I agree with vikas,

only in 2 modes: Output and Extend.

Is This Answer Correct ?    2 Yes 0 No

What is the mode in which you will OPEN a file for writing?..

Answer / elite group

output or i/o mode

Is This Answer Correct ?    3 Yes 3 No

What is the mode in which you will OPEN a file for writing?..

Answer / archana

Output, i/o and extended mode.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More COBOL Interview Questions

I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?

3 Answers  


How to retrive the 9th records out of ten records using the cobol program ?

3 Answers   UST,


is it possible to declare index in cobol program? if it is not why its tell me pls

3 Answers  


How do you compile cobol program..?

1 Answers  


I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.

3 Answers  


In an EVALUTE statement is the order of the WHEN clauses significant?

4 Answers  


if a file has 1000 recods how copy the records from 1 to 100 records using sort

4 Answers   IBM,


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


where do we use dyanamic call ? and where do we use static call pls give any example pls ?

3 Answers   Patni,


copy 100 records without using ibm utilities

3 Answers  


if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?

3 Answers  


The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it

3 Answers   ADP,


Categories