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
How to know whether the module is dynamical or statistical?
How do you reference the fixed block file formats from cobol programs
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
In COBOL, what is the different between index and subscript?
Which mode is used to operate the sequential file?
how do you define single dimensional array and multidimensional array in your cobol?
What is a scope terminator give example?
) what is the difference between AID and HANDLE AID?
What is cobol?
what is the use of outrecord?
) How do u handle errors in BMS macro
How do you differentiate between cobol and cobol-ii?
What is the local-storage section?
What is rmode(any) ?