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 |
Explain the significance of rdo?
Name the three ways available for a program to position the cursor on the screen?
What is the meaning of the ENQ and DEQ commands?
Can you have CICS code in a copybook? If yes, what happens during compilation?
What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?
interview type questions like basics&deep
When you do a START, what will the value of EIBCALEN?
What is the difference between receive and receivemap commands in CICS?
Highlight the points of differences between XCTL and START?
What is ENQ?
What is DFHBMSCA?
What is the function of the EXEC CICS HANDLE CONDITION command?