Which of the following files can be OPENed in all the 4
modes? The four
modes are INPUT, I-O, OUTPUT and EXTEND.
(a) INDEXED
(b) RELATIVE
(c) SEQUENTIAL
(d) All of the above
Answer Posted / guest
c)sequential
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What the difference is between continue and next sentence?
i need a small 3d program using inline and outline.
What is a report item?
What are declaratives and what are their uses 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?
explain sorting techniques in cobol program?
What are various search techniques in cobol? Explain.
What kind of error is trapped by on size error option?
Name some of the examples of COBOl 11?
What is rmode(any) ?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the pertinent COBOL
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?