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 the attribute byte?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What are the 3 working storage fields used for every field on the map?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
what are the differences between DFHCOMMAREA and TSQ ?
An XCTL uses more CPU time than LINK (True or False)
Explain how do you establish a starting position in a browse operation?
What is the difference between a Symbolic map and Physical map ?
WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?
What is the CICS Command that is used for reading a record from the TDQ?