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 |
What is the compute verb? How is it used?
What is tne need to use sub programs in Cobol?
Difference between cobol and cobol-ii?
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
What is COMP-1? COMP-2?
is this below syntax correct? CALL 'subprg' using A,B Please help
How to convert bunch of words in a line to relvant ASCII values?
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
Give some advantages of REDEFINES clause?
Define cobol?