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 terms cics generally means?
Explain how do you access the records randomly in tsq?
What is the eib?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Explain how many conditions can you include in a single handle condition command?
What is the common systems area?
What is dynamic transaction backout?
Explain the difference between and exec cics xctl and an exec cics link command?
Explain cebr transaction commands?
Give certain situations where NEWCOPY is obligatory?
Explain how can you accomplish breakpoint in intertest?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
what are the differences between and exec cics xctl and an exec cics link command?
Explain how would you resolve an asra abend?
What is the pic clause for the any bll cell type of data fields?