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

What is the difference between next sentence and continue in cobol programing language?

0 Answers  


i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19

2 Answers  


how would find total records in files using seqientional

1 Answers   HSBC,


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,


Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.

3 Answers  






) How do you access the migrate the data from production region to development region

1 Answers   IBM,


Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

0 Answers  


I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?

15 Answers   ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,


plz any one tell clearly the justify right clause?

1 Answers  


waht is inspect verb? where it can be in real time?

1 Answers   Patni,


a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  


Categories