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 is the General Command format Of CICS
why we code ACCUM parameter in cics send time
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
how do you execute a background cics txn ?
What is Journal Recovery and Dynamic Transaction Backout?
Explain what is a cursor in cics sql processing?
can anyone tell me about paginglogic in CICS,Please?
How to make protected field in BMS invisible through application program?
What is the difference between LINK and XCTL ?
Particular area has been affected in cics screen, what is the process to find?
What is MDT?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)