suppose u want to pageup and page down into the bms
screen , for that wat u wud do into the cics application
program?
Answer / 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 |
I have written a CICS program. What tables should I setup to run this program?
What is the content of the PPT entry?
What are the 3 common ways to create maps?
Explain floating maps with illustration.
how do u see the output of cics program?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
What is the EXEC CICS HANDLE ABEND?
What is the command used to send a map to a terminal?
when will be use the tdq and tsq??
Which of the following statements correctly describe the syntax of CICS command language?
What is an ASRA abend ?
Name the command which is used to release a record on which exclusive control is gained?