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 / islam
Correctt answer is (d) all of the above.
I have checked in a IBM document
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the pertinent COBOL
Difference between cobol and cobol-ii?
Explain what you understand by passing by value.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
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?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between Global and External Variables?
Why did you choose to work with ibm mainframe cobol programming?
what is difference between cobol and cobol/400
What is the Purpose of Pointer in the string?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Name the sections present in data division.
how do you reference the printer file formats from cobol programs