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 is an mdt (modified data tag)?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
What is the comaera?
What is mainframe cics?
What is meant by a ‘Transid’ ?
Explain what is a cursor in cics sql processing?
How ENQ and DEQ used in CICS?
which is the cics control program that provides communication services between user written application programs and terminals?
Can you explain enq and deq used in cics?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
what are the differences between and exec cics xctl and exec cics start command?
Particular area has been affected in cics screen, what is the process to find?
Explain the difference between start and xctl?
Explain the difference between and exec cics xctl and an exec cics link command?
Specify cics transaction initiation process?