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



How to establish dynamic cursor position on a map? How to get the cursor position when we receive ..

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 ?    9 Yes 1 No

How to establish dynamic cursor position on a map? How to get the cursor position when we receive ..

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

Post New Answer

More CICS Interview Questions

What is a logical message in CICS?

1 Answers   IBM, Syntel, Wipro,


Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers  


What is ENQ in CICS?

2 Answers   IBM,


Receive consists of buffer option in it. What is the significance of this option?

0 Answers  


What is the pic clause for the hhmmss type of data fields?

0 Answers  






What happens when a CICS command contains the NOHANDLE option?

1 Answers   IBM,


What is the use of the eibaid field?

0 Answers  


How do you initiate another transaction?

1 Answers  


What is a cics task?

0 Answers  


Explain page up and page down logic along with coding logic in cics?

3 Answers   Wipro,


In the CICS command level all the re-entrancy issues are handled by the System(True or False).

1 Answers  


What is the different ways to initiate a task?

2 Answers  


Categories