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
How you can read the file from bottom?
Which division and paragraphs are mandatory for a COBOL program?
How are the next sentence and continue different from each other?
What are the different rules of SORT operation?
A table has two indexes defined. Which one will be used by the SEARCH?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Can a Search can be done on a table with or without Index?
What is the difference between Call and a Link?
What is static and dynamic call in cobol?
Whats the difference between search & search ALL?
Which Search verb is equivalent to PERFORM…VARYING?
What is cobol?
how to move the records from file to array table. give with code example
how do you reference the variable unblock file formats from cobol programs
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?