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
Can you explain communication area?
What are the classifications of the cics program?
What is the pcp in the cics?
In the EIB block of CICS, highlight the names of few of the important fields?
Explain the function of the terminal control table?
Can you use occurs in bms map?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Define the attribute byte?
Explain the significance of rdo?
difference between tsq and tdq?
What is meant by an AICA ABEND?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Define the term transaction routing?
Can ESDS files be accessed from CICS?
What is DEQ?