I have a sequential file. How do I access a record in this
sequential file randomly in my program ?
Answer Posted / sruthi
we can do that by using tables means arrays concept.
we can use search all for that
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
) how do u code after getting data?
Which mode is used to operate the sequential file?
how to refer the data field?
what is the difference between COBOL2 AND COBOL390?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between Global and External Variables?
how do you define single dimensional array and multidimensional array in your cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Define static linking and dynamic linking.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are the different rules of SORT operation?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?