there is a file whose ORGANISATION is INDEXED.you want to
read the records
from the file in RANDOM fashion as well as
sequentially.then which of the
access mode would you specify?
a.SEQUENTIAL
b.RANDOM
c.DYNAMIC
D.ACCESS MODE has nothing to do with it
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do we get current date from system with century in COBOL?
What is a scope terminator give example?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are various search techniques in cobol? Explain.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the utilization of copybook in cobol?
explain sorting techniques in cobol program?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How arrays can be defined in COBOL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between Call and a Link?
Name the divisions, which are available in a cobol program?
how do you reference the variable unblock file formats from cobol programs