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 / vel
b
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the different rules to perform a Search?
What are all the divisions of a COBOL program?
What are the access modes of START statement?
how do you reference the rrds file formats from cobol programs
What are the cobol coding sheets?
What are the different open modes available in cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
how do you reference the ksds vsam file formats from cobol programs
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What the difference is between continue and next sentence?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What guidelines should be followed to write a structured cobol prgm?