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

In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


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

0 Answers  


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


What is the difference between external and global variables in COBOL?

0 Answers   Winsol Solutions,


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

0 Answers  






01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?

6 Answers   L&T,


wht is the diff b/w if and evaluate stmts ?

2 Answers   DELL,


How to read a record from bottom of a file which is indexed by 'A'.

4 Answers   Oracle,


What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?

1 Answers   Fidelity,


How may divisions are there in JCL-COBOL?

5 Answers   IBM,


what is internal sort and external sort ? which is preferable ?

2 Answers   TCS,


What are the different data types in cobol?

0 Answers  


Categories