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


Please Help Members By Posting Answers For Below Questions

Add a field to screen when what's the flow of impact?

2475


Can dynamic calls be used in CICS?

757


what is an mdt (modified data tag)? Its menaing and use?

708


Explain the usage of language in the ppt entry?

655


what are the differences between and exec cics xctl and exec cics start command?

767






Is length = 0 sufficient to ascertain that the field has been modified?

654


What is the difference between a return with transid and xctl?

656


what are transient data sets defined to cics?

736


Explain the difference between and exec cics xctl and exec cics start command?

661


what is the cics command used to access current date and time?

709


Can you define mapset?

685


the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?

751


Explain how DSECT parameter is used in BMS ?

818


Define the term function request shipping?

672


How do we pass parameters into a CICS –DB2 program

3740