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

Answers were Sorted based on User's Feedback



consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct s..

Answer / vel

b

Is This Answer Correct ?    7 Yes 0 No

consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct s..

Answer / poonam

b.organization of IN-FILE is sequential and records can
be added in the END.

Is This Answer Correct ?    5 Yes 0 No

consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct s..

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

More COBOL Interview Questions

How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

0 Answers   Amdocs,


What are ISOLATION LEVELS? Where do we need to specify them?

3 Answers   EXL,


which is better comp or comp-3 in terms of memory utilization?

6 Answers  


01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?

6 Answers   Patni,


Can anyone please give the example of Inline Perform.

6 Answers   TCS,


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

0 Answers  


how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it

2 Answers  


what is jcl approach for programming?

4 Answers   IBM,


Can the OCCURS clause be at the 01 level?

2 Answers  


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


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

0 Answers   Winsol Solutions,


Categories