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 |
What does the following transactions do?
An XCTL uses more CPU time than LINK (True or False)
For a CICS-DB2 program, how is the plan referenced?
How are screens created in cics
What are all things you can do with CEDA?
How do you make your BMS maps case sensitive?
Can you define attribute byte?
How to build up LU 6.2 communication?"
cics command level is?
How is Telon(CA-Telon) used to build map?
Can you define multiple maps in a BMS mapset?
What is the eib parameter?