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

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

627


how do you execute a background cics txn ?

821


Name at least one of the ways by which a transaction can be terminated?

569


What is an mdt (modified data tag)?

573


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

662






Name the cics command used to access current date and time?

573


What is the pic clause for the hhmmss type of data fields?

508


Explain the maps in cics?

693


What is the primary aspect of CICS?

661


Explain the purpose of the program list table?

603


What does the 'ceci:cics' transactions do?

642


explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

616


In the EIB block of CICS, highlight the names of few of the important fields?

580


What is the difference between pct and fct?

656


What is dynamic transaction backout?

670