How to establish dynamic cursor position on a map? How to
get the cursor position when we receive a map?
Answers were Sorted based on User's Feedback
Answer / sumanth toom
Suppose the map's variable at which you want to place the
cursor is X, then move -1 to XL.
Note, if you move -1 to more than one locations, say XL, YL
and ZL, then the cursor is positioned at the first field
(among x,y&z) it encouteres in the map definition.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / 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 |
Explain the difference between tsq and tdq
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
How do you set the MDT option to ?ON? status, even if data is not entered?
Can you explain communication area?
What is Quasi-reentrancy?
What command do you issue to delete a record in a transient data queue ?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
Can you define multiple maps in a BMS mapset?
What tables must be updated when adding a new transaction and program?
Explain how to build up lu 6.2 communication?
Explain the thress bms options?
What is the difference between a return with transid and xctl?