I know only two macro record formats for a flat file to access the records.
1. Put macro & 2. Get macro. Is there any other macro commands to access the records from the files. If so, please let me know with the syntax.
Also, Is there any possible way to get the address of record without using the get & put macro since this two is using a internal variable to access the record.
I once read about move macro to get the address of the record? if any one know about this macro please explain it with an sample..