pf7 and pf8 logic. first wnen i press pf7 first five
records has to be displayed .second time when i press pf7
next five records to be displayed. what was the logic. give
clear explination.
Answer Posted / g.kalyani
if user presses pf7:
If already first 5TSQ records are displayed, then throw a
message 'Already at the top'
else
If recods (5-10) are displayed,
Then substract 1 from 10 and displayed from 1 till 10
end-if
end-if.
If user Presses pf
If already last 5 tsq records are displayed
Throw a msg 'Already at the bottom'
else
If records (5-10) are displayed
then add +1 to 10 and display from 11 to15
end-if
end-if.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain what is a cursor in cics sql processing?
What does a cics translator do?
Which commend used for terminating a browser operation?
what are the differences between and exec cics xctl and an exec cics link command?
What are the ways fot initiating a transaction?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Highlight the points of differences between XCTL and START?
Can you define ppt and what are its uses?
what are transient data sets defined to cics?
In a CICS program, how will you read a VSAM file?
Explain what is the massinsert option?
Explain the difference between and exec cics xctl and exec cics start command?
what are the differences between and exec cics xctl and exec cics start command?
Define the term function request shipping?
How ENQ and DEQ used in CICS?