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
Name the 3 common ways to create maps?
Define the term function request shipping?
Explain the difference between and exec cics xctl and exec cics start command?
what is the most common way of building queue-id of a tsq?
Explain the difference between pseudo-conversational and conversational?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain how and where is the twa size set?
What is the eib parameter?
How vsam files are read in cics pgms?
How ENQ and DEQ used in CICS?
Can you use occurs in bms map?
What are the recoverable cics resources?
What is interval control?
Can you define bms?
define the field with ic in the bms map.