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 / poonam
b.organization of IN-FILE is sequential and records can
be added in the END.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between binary search and sequential search?
What is inspect in cobol ?
What is the difference between PIC 9.99 and PIC9v99?
Write a program to explain size error.
example for sub strings ? and refernce modifications whit output pls
How arrays can be defined in COBOL?
How do get the result of your program directly on your pc?
) How do u handle errors in BMS macro?
What is report-item in COBOL?
Why would you use find and get rather than to obtain?
What is the difference between Global and External Variables?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
HOw can I get the negative sign while deduct high value from low value
Write the code to count the sum of n natural numbers.