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

What is an mdt (modified data tag)?

566


Define an asra?

553


Kindly specify the pic clause for the hhmmss type of data fields?

643


What does a cics translator do?

886


Explain what is a cursor in cics sql processing?

584






What is interval control?

596


kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?

670


Name the 3 common ways to create maps?

533


Explain the difference between exec cics handle condtion and an exec cics ignore command?

579


Define an aica abend?

610


What are some of the cics commands associated with interval control?

576


How is Telon(CA-Telon) used to build map?

4025


Define RCT.

733


how do you fire a batch job from a cics txn ?

600


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 ?

585