View previous topic :: View next topic
|
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 |
|
|
priya
Moderator
Joined: 24 Jul 2003 Posts: 568 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 |
|
|
|