write the logic for PAGEUP and PAGEDOWN by using psuedo
conversatation technique?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anonymous
If current page number is 1
Read TSQ
‘TOP OF DATA, NO MORE RECORDS TO DISPLAY’
If current page number is not 1
Subtract ‘1’ from the current page
Read TSQ
If reading TSQ successful,
‘PREVIOUS SCREEEN DISPLAYED’ o
Return back processing
| Is This Answer Correct ? | 3 Yes | 0 No |
I have written a CICS program. What tables should I setup to run this program?
what is quasi-reentrant program?
Can you define commarea?
Define task work area?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Explain the difference between a symbolic map and physical map?
Define primary objective of cics?
Can you explain enq and deq used in cics?
When you do a START, what will the value of EIBCALEN?
The first step in the development of an application system is the Requirement Analysis(True or False).
What is a deadlock?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?