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
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 |
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 |
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
What are 77 levels used for?
how to convert the recors form vsam file to db2 table tru file aid
Can the OCCURS clause be at the 01 level?
What is the meaning of 'Eject' verb in cobol?
What are the access modes of START statement?
) How do you access the migrate the data from production region to development region
what is the advantage of using redefines instead of delaring the variables ?
What are subroutines ? and how do we pass data to the sub routines?
At the minimum, which division of COBOL is enough to be coded?
can you declare redefine in level 01?
1.What is the default print format in cobol?