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
what are the reserved words for cics?
Define an aey9 abend?
What is the common work area?
Name the cics command used to access current date and time?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
What is dynamic transaction backout?
difference between tsq and tdq?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain the difference between the into and the set option in the exec cics receive map command?
Can you explain dfhmdf bms macro?
What is the procedure to read a statement from tsq?
List out all the tables that are a part of cics ?
Explain the difference between using the read command with into option and set option?
Explain the function of the terminal control table?
Explain the primary significance of intra-partition and extra-partition tdqs ?