How do you dynamically set the CURSOR position to a
specific field?

Answers were Sorted based on User's Feedback



How do you dynamically set the CURSOR position to a specific field?..

Answer / krishnakumar

By moving -1 to the corresponding length field

Is This Answer Correct ?    13 Yes 1 No

How do you dynamically set the CURSOR position to a specific field?..

Answer / uttam

move -1 to fieldname +L

like that we can go to any fields(specific fields)

Is This Answer Correct ?    5 Yes 2 No

How do you dynamically set the CURSOR position to a specific field?..

Answer / the ancient zio

OR.... you specify CURSOR(cposn) on the SEND MAP api
command. cposn is defined as 80 * (row - 1) + column - 1.
This way you may even position the cursor on a literal, in
the middle of a field or even in a position where there's
nothing. Might come handy in some occasion.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More CICS Interview Questions

What is ATI? What kind of TDQ can be used?

3 Answers   IBM,


Explain how pa key is different from pf key?

0 Answers  


What are attribute bytes and how and why are they modified?

1 Answers  


how can you prevent more than one user from accessing the same transient data queue?

0 Answers   IBM,


What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.

3 Answers   Patni,






Explain how do you intitiate another transaction?

0 Answers  


How do you rollback data written to an ESDS file?

1 Answers   IBM, Infosys,


NMDS is both device dependent and format dependent (True or False)

1 Answers  


what are the differences between and exec cics xctl and an exec cics link command?

0 Answers   IBM,


Explain the difference between the xctl and link commands?

0 Answers  


Name the command used for terminating a browse operation?

0 Answers  


When would you use abend command?

0 Answers  


Categories