How to establish dynamic cursor position on a map? How to
get the cursor position when we receive a map?
Answer Posted / gagandeep sharma
THERE ARE TWO DIFFERENT WAYS:
RELATIVE AND SYMBOLIC METHOD:
1. relative method
EXEC CICS SEND
MAPSET(mapset name)
MAP(mapname)
CURSOR(167)
END-EXEC.Each row 80 bytes are calculated.
2. Symbolic method:
MOVE -1 TO TO N02L; N02 is field where cursor is to
position. -1 IS STANDARD VALUE
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Mention one alternative aspect of CICS?
Specify the requirements for automatic task initiation?
What are the recoverable cics resources?
Explain the difference between and exec cics xctl and exec cics start command?
What is eib?
What is the cics command level?
Explain the use of DCT ?
What is interval control?
Explain how many exceptional condition can be given in a handle condition?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
what is an mdt (modified data tag)? Its menaing and use?
Can you define ppt and what are its uses?
Define the attribute byte?
Explain how do you dynamically set the cursor position to a specific field?