How do you control cursor positioning?

Answers were Sorted based on User's Feedback



How do you control cursor positioning?..

Answer / sahil

Cursor positioning can be controlled in following ways :-

a) Move -1 to the length field of variable
b) Using CURSOR(num) while sending the map
c) Using IC option in DFHMDF declaration

Is This Answer Correct ?    4 Yes 0 No

How do you control cursor positioning?..

Answer / srivani dorbala

Move -1 to length field

Is This Answer Correct ?    2 Yes 0 No

How do you control cursor positioning?..

Answer / hai dang

Move -1 to the length field of variable and you need to make sure on the
EXEC CICS SEND MAP (xxxxx)
...
CURSOR <--- This keyword will position your cursor properly
...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CICS Interview Questions

What is the significance of RDO?

1 Answers   IBM,


write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?

2 Answers   Cap Gemini,


Explain ceci transaction commands?

0 Answers  


Can you explain cics transaction gateway?

0 Answers  


What is MDT? What are FSET, FRSET ?

3 Answers   IBM,






Can you define mdt?

0 Answers  


In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?

2 Answers   IBM,


How can we code a program such that we will never get a MAPFAIL error?

1 Answers   Accenture,


Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.

2 Answers  


What is the tcp in the cisc?

0 Answers  


What is quasi rentrancy concept in CICS?

1 Answers   HCL,


how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance

3 Answers   Accenture,


Categories