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

Answer Posted / jack

Read seq. file and store it in tables means arrays.
We can use 'seach all' for random access.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between goback, stop run and exit program in cobol?

920


Give some examples of command terminators?

751


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?

695


What is the difference between next sentence and continue in cobol programing language?

708


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

704






How do u write test cases?

1633


In which area will you utilize 88 level items in cobol?

716


Have you used comp and comp-3 in your project? And how?

2007


What is the difference between PIC 9.99 and PIC9v99?

775


How do you define a variable of comp-1 and comp-2?

701


What is the difference between comp and comp-3?

694


Write down the divisions of cobol program?

665


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1586


what are decleratives in cobol?

1827


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

705