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
Define cebr?
name the command that is used to dump the main storage areas related to a task?
Explain how do you dynamically set the cursor position to a specific field?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Explain the different system tables used in cics?
what is the differences between getting the system time with eibtime and asktime command?
Kindly specify the pic clause for the hhmmss type of data fields?
Can you explain cics transaction gateway?
Explain processing program table(ppt)?
How ENQ and DEQ used in CICS?
What does the 'cebr:cics' transactions do?
What is the comaera (communication area)?
Explain the difference between pseudo-conversational and conversational?
Can you define mapset?
How do we pass parameters into a CICS –DB2 program