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 command do you issue to delete a record in a transient data queue ?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
List all the CICS tables and explain their contents.
How do you enter into cics region and how many regions available?
What are the two outputs created as a result of generation of a map?
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
Mention the option (along with argument type) used in a CICS command to retrieve the response code
How is the stopper byte different from an auto skip byte ?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
How do you invoke other programs? What are the pros and cons of each method?
how i can enter into cics region in real time.
Define floating maps with illustration?