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 / vel
b
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the Purpose of Pointer in the string?
What is report-item in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
How do you reference the fixed block file formats from cobol programs
What the difference is between continue and next sentence?
What is length is cobol?
what is search and searchall?what is the diffrence between them?give an best example?
How arrays can be defined in COBOL?
How many sections are there in data division in COBOL?
How can you get the ksds file records into your cobol program?
What are the cobol coding sheets?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?