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 / supriya shree
all the above
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro
What is the utilization of copybook in cobol?
How do define dynamic array in cobol.
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 ?
What are 77 levels used for?
Explain about different table spaces.
What is static and dynamic call in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
For rewrite, why is it mandatory that file needs to be opened?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?