I have a sequential file. How do I access a record in this
sequential file randomly in my program ?

Answer Posted / srinivas.d

you cannot randomly acces in sequential files..

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is length is cobol?

650


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


How are the next sentence and continue different from each other?

766


i need a small 3d program using inline and outline.

1637


how do you define single dimensional array and multidimensional array in your cobol?

673






what is difference between cobol and cobol/400

21561


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2057


Write a program to explain size error.

673


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)?

631


what is search and searchall?what is the diffrence between them?give an best example?

5552


what is amode(24), amode(31), rmode(24) and rmode(any)?

698


Explain about different table spaces.

648


Whats the difference between search & search ALL?

5264


how do you reference the ksds vsam file formats from cobol programs

664


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

2111