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
Explain how many conditions can you include in a single handle condition command?
Explain cemt transaction commands?
Explain cedf transaction commands?
What is the syncpoint command?
Highlight the difference between a symbolic map and physical map?
What is DEQ?
What is the pic clause for the hhmmss type of data fields?
What is bms map?
Explain the difference between getting the system time with eibtime and asktime command?
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?
Explain the difference between physical map and symbolic map?
what are the thress bms options?
Explain ceci transaction commands?
Define an aey9 abend?
Explain how can you accomplish breakpoint in intertest?