suppose u want to pageup and page down into the bms
screen , for that wat u wud do into the cics application
program?

Answer Posted / sushree sucharita mohanty

First of all store the entire set of data in a TSQ. now
when the first time the screen is invoked, read the first
set of lines that should appear in the detail lines.
Send MAP with the data.

now, check the PF key of attention identifier invoked,
DFHPF8 - page down, then reneter the program by issuing a
Exec CICS RETURN command invoking the same transaction, and
read the next set of data from TSQ and sending accross to
the screen.

You can define a variable in the Working storage section
which holds the number of data read from TSQ and this can
be passed accross through COMMAREA, which can form the
staring point for reading next set of data from TSQ.

Regards,
Sushree

Is This Answer Correct ?    27 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between the into and the set option in the exec cics receive map command?

562


Explain 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?

614


What are the uses of ppt in cics?

545


Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

598


what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?

685






What is the term conversational programs means?

579


Mention the content that is present inside a PPT ?

559


What is meant by MDT? Furthermore, comment on FRSET and FSET ?

664


Define cedf?

574


What is meant by a ‘Transid’ ?

632


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

631


Can you explain exec cics handle condition command?

588


Can you define commarea?

563


What is the term bms in cics?

687


Give certain situations where NEWCOPY is obligatory?

711