Can any one write coding for scrolling logic or page up &
page down?
Answer / 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 |
What is some of the information available in the EIB area?
What is the function of the Terminal Control Table(TCT)?
List out all the tables that are a part of cics ?
Which is the command that is used to dump the main storage areas related to a task?
What are the attribute values of Skipper and Stopper fields?
Use of DFHCOMMAREA in cics
Which commend used for terminating a browser operation?
How do you fire a batch job from a CICS transaction ?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is task control?
How do you set the MDT option to ?ON? status, even if data is not entered?
What is the size of commarea