I have a sequential file. How do I access a record in this
sequential file randomly in my program ?
Answer Posted / mohan
Guys, i suppose that we need to use Arrays concept along
with Subscript or Index concept to access a record in a
sequential file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
i need a small 3d program using inline and outline.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do you reference the following file formats from cobol programs?
how can i see junk values in dclgen or in hostvariable of comp ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Difference between array and sub-script ?
What is the difference between goback, stop run and exit program in cobol?
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?
What are literals?
What is the difference between PIC 9.99 and PIC9v99?
Difference between cobol and cobol-ii?
Can we redefine the field of x(200) to less than 200?