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 quasi-reentrant program?

5 Answers   IGT,


What does a cics translator do?

0 Answers  


Particular area has been affected in cics screen, what is the process to find?

3 Answers   Cap Gemini,


Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?

1 Answers  


What is the different ways to initiate a task?

2 Answers  


when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

0 Answers   IBM,


Can any one write coding for scrolling logic or page up & page down?

1 Answers   Cap Gemini, Satyam,


If DATAONLY option is specified in the SEND MAP command what will happen?

2 Answers  


How is addressability achieved to the data outside programs working-storage.?

3 Answers  


Explain the primary significance of intra-partition and extra-partition tdqs ?

0 Answers  


when will be use the tdq and tsq??

0 Answers  


How can you Define and Install the Maps & Mapset ?

5 Answers  


Categories