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

For multithreading an application program need not be re- entrant(True or False).

1 Answers  


Looking at an CICS module how would one will identify that it is pseudo or full conversational?

5 Answers   IBM,


Explain how to build up lu 6.2 communication?

0 Answers  


How many ways are there for initiating a transaction? what are they?

3 Answers   IBM,


What is journal recovery?

0 Answers  






Why do we need integrated cics translator?

0 Answers  


Name some translator and compile options and explain their meaning?

0 Answers   Fujitsu,


Highlight the points of differences between XCTL and START?

0 Answers  


What are the ways fot initiating a transaction?

0 Answers  


In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?

0 Answers  


What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?

2 Answers  


What is the primary aspect of CICS?

0 Answers  


Categories