Can any one write coding for scrolling logic or page up &
page down?
Answer Posted / harsha
Coding is not possible in this forum. Here is the logic.
Suppose you want you display 10 items at a time on the
scren.
1 Declare an array of occurance 10.
2 Read-Next the file and load the records on Array.
3 Send data in the to screen.
4 If user pressed PF8. Take the last record(i.e. 10th in
our case) and perform READ-NEXT from last record onwards.
Store the records on array and send them to screen.
5 If user pressed PF7. Take the last record(i.e. 1st in our
case) and perform READ-PREV from first record onwards.
Store the records on array and send them to screen.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What are the classifications of the cics program?
Explain the logical message in cics?
Explain the difference between intra partition tdq and extra partition tdq?
What is program reentrance?
What is the common systems area?
Can you explain dfheiblk?
Explain the function of the cics translator?
Explain how do you access the records randomly in tsq?
Receive consists of buffer option in it. What is the significance of this option?
Define an aica abend?
Define the attribute byte?
How many ways are there for initiating a transaction?
Explain the difference between getting the system time with eibtime and asktime command?
Can you define ppt and what are its uses?
Explain the difference between start and xctl?