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 the difference between getting the system time with eibtime and asktime command?
Add a field to screen when what's the flow of impact?
What is the eib parameter?
What is the procedure to solve an ASRA ABEND?
Define an asra abend?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
What is an mdt (modified data tag)?
What is the term bms in cics?
Define ceci?
Explain the difference between intra partition tdq and extra partition tdq?
List out all the tables that are a part of cics ?
Explain what is a cursor in cics sql processing?
What is the pic clause for the data type of length option field type of data fields?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
what is the cics command used to access current date and time?