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 |
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
Explain how to handle exceptional conditions in CICS.
Explain the difference between and exec cics xctl and exec cics start command?
Explain the various ways data can be passed between CICS programs.
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
What are the recoverable cics resources?
What is temporary storage?
How to get the sign-on user-id from an application program?
How do you use extended attributes ?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).