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 |
Explain the function of the terminal control table?
Explain the difference between a symbolic map and physical map?
Do you require a table entry for a TSQ?
Explain cemt transaction commands?
What is the CICS LOAD command?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
Explain the system transid cemt?
what are the thress bms options?
What is the command used for receiving a map from a terminal?
Define ceci?
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen