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
What is eib?
Differentiate between PCT and FCT.
Name at least one of the ways by which a transaction can be terminated?
Explain how DSECT parameter is used in BMS ?
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?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain how can you accomplish breakpoint in intertest?
Can you explain communication area?
Explain how do you set the mdt option to on status, even if data is not entered?
What is the pic clause for the hhmmss type of data fields?
Define an asra?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Define RCT.
Explain how to build up lu 6.2 communication?
How to dsect parameter is used in bms?