InterviewSolution
Saved Bookmarks
| 1. |
Position To Particular Record? |
|
Answer» With help of op-code SETLL from RPG/RPGLE, it will POSITION the record POINTER just before the required record. Next READ will read that particular record. With help of op-code SETLL from RPG/RPGLE, it will position the record pointer just before the required record. Next READ will read that particular record. |
|