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 |
what is effect on receive map when
What is the difference between getting the system time with EIBTIME and ASKTIME command?
How do you enter into cics region and how many regions available?
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
Can dynamic calls be used in CICS?
how i can enter into cics region in real time.
Name some of the common tables in CICS and their usage.
What is EIB. How it can be used?
What other file control processing commands are used for file updating?
Name and explain some common CICS abend codes?
How to dsect parameter is used in bms?
Can you define attribute byte?