write the logic for PAGEUP and PAGEDOWN by using psuedo
conversatation technique?
Answer Posted / ak
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 ? | 7 Yes | 3 No |
Post New Answer View All Answers
Can you define attribute byte?
Can you define mdt?
How many ways are there for initiating a transaction?
How vsam files are read in cics pgms?
In the EIB block of CICS, highlight the names of few of the important fields?
Explain the difference between a physical bms mapset and a logical bms mapset?
Define RCT.
what are the commands used to gain exclusive control over a resource?
What is an mdt (modified data tag)?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Can ESDS files be accessed from CICS?
Define the term mro (multi region operation)?
Define cebr?
Define communication area?
What Are Send Map Maponly & Send Map Dataonly ?