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

if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?

0 Answers   iGate,


What are the uses of ppt in cics?

0 Answers  


What are the CICS commands associated with temporary storage queue processing?

2 Answers  


Is it possible start a transaction CICS from job Batch? How do it?

5 Answers   CSC,


What will be the length of the eibcalen ,if the transaction is used to cics first time?

3 Answers   IBM,






Translation Time is not reduced if the Pre-compilation is done first(True or False).

1 Answers   Kanbay,


Can you define aica abend?

0 Answers  


What are the CICS commands available for program control?

1 Answers   IBM,


what is the purpose of using link ?

5 Answers   Kanbay,


What are the cics tables?

0 Answers  


Why is a TERM ID recommended in naming a TSQ?

1 Answers   IBM,


Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.

2 Answers   IBM,


Categories