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 |
Different types of BMS Macros
What is the tcp in the cisc?
What is the name of the log which contains the information needed to restart the system, including the task
What tables must be updated when adding a new transaction and program?
Differentiate between PCT and FCT.
What is the difference between getting the system time with EIBTIME and ASKTIME command?
For protecting a transaction using the transaction security function, the two things that must be done are?
How will you access a VSAM file using an alternate index?
Kindly specify the pic clause for the any bll cell type of data fields?
With the use of an alternate index, how is a VSAM file accessed?
What is a transid and explain the system transid CEMT?
What is the difference between a Symbolic map and Physical map ?