InterviewSolution
Saved Bookmarks
| 1. |
How Will You Achieve Position To In Load All Subfile? |
|
Answer» While loading SUBFILE move RRN, KEY VALUE into a two DIMENSIONAL ARRAY. When a key value is entered into POSITION TO field, having a LOOKUP into an array we can get a corresponding RRN. ASSIGNING RRN value to SFLRCDNBR and then displaying the sub-file. While loading subfile move RRN, KEY VALUE into a two dimensional array. When a key value is entered into POSITION TO field, having a LOOKUP into an array we can get a corresponding RRN. Assigning RRN value to SFLRCDNBR and then displaying the sub-file. |
|