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 |
What does the 'cedf:cics' transactions do?
Explain the difference between using the read command with into option and set option?
are we use the group by clause in cursors?
Which of the following statements correctly describe the syntax of CICS command language?
define the field with ic in the bms map.
What is the difference between pct and fct?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
Explain the various ways data can be passed between CICS programs.
Are sequential files supported by CICS?
What is the use of a TDQ, TSQ?
what is partial serch analysys in cics?