write the logic for PAGEUP and PAGEDOWN by using psuedo
conversatation technique?

Answers were Sorted based on User's Feedback



write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?..

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

write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?..

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

Post New Answer

More CICS Interview Questions

What is the term bms in cics?

0 Answers  


What is meant by a ‘Transid’ ?

0 Answers  


What is the difference between a Symbolic map and Physical map ?

4 Answers   IBM,


what is the purpose of using link ?

5 Answers   Kanbay,


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,






What are the main uses of the transaction in the cics?

0 Answers  


How is Telon(CA-Telon) used to build map?

0 Answers  


Difference between TSQ & TDQ

3 Answers  


What is the drawback of using HANDLE CONDITION?

1 Answers   IBM,


What is multitasking and multithreading?

4 Answers   IBM,


Can you simply check if length = 0 for checking if a field was modified?

3 Answers   IBM,


What is the access method used by DB2?

1 Answers  


Categories