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
Can a Search can be done on a table with or without Index?
how do you define single dimensional array and multidimensional array in your cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is inspect in cobol ?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
how to access the file from prodution from changeman tool and to submit a file to production
Describe the cobol database components?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How you can characterize tables in cobol?
Which division and paragraphs are mandatory for a COBOL program?
What is static and dynamic call in cobol?
Explain about different table spaces.
What is a SSRANGE and NOSSRANGE?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the pertinent COBOL commands?