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 / 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 View All Answers
i need a small 3d program using inline and outline.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is rmode(24)
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What guidelines should be followed to write a structured cobol prgm?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
For rewrite, why is it mandatory that file needs to be opened?
What rules are to be followed while using the corresponding options?
how do you reference the printer file formats from cobol programs
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is amode(24)?
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the variable block file formats from cobol programs
What are the access modes of START statement?