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

Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).

2 Answers   IBM,


Do you receive the attribute byte in the symbolic map?

2 Answers   IBM,


Specify the requirements for automatic task initiation?

0 Answers  


Can multiple CICS regions exist under one O/S?

2 Answers  


Define exec cics retrieve?

0 Answers  






Which CICS system program is responsible for handling automatic task initialization?

2 Answers   IBM,


What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?

0 Answers  


Explain how do you terminate an already issued delay command?

0 Answers  


Explain how do you handle errors in cics programs?

0 Answers  


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,


Give certain situations where NEWCOPY is obligatory?

0 Answers  


What is a deadlock?

1 Answers  


Categories