|
|
| Author |
Message |
gilli
New User
Joined: 28 Aug 2004 Posts: 5
|
|
|
|
hi all,
I want to know whether we can access(read/write) the rrds in random.
if so how?
pl explain with eg.
thanx
 |
|
| Back to top |
|
 |
References
|
Posted: Wed Sep 01, 2004 8:53 pm Post subject: Re: rrds(random). |
 |
|
|
 |
priya
Moderator
Joined: 24 Jul 2003 Posts: 624 Location: Bangalore
|
|
|
|
Yes, you can access using RRN (Relative Record Number)
MOVE 2 TO A.
READ FILE1 INTO TMPREC KEY IS A. |
|
| Back to top |
|
 |
|
|