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

Which is the program which determines whether a transaction should be restarted ?

1 Answers  


What option is specified in the SEND command to send only the unnamed fields on to the screen?

1 Answers   IBM,


What are the types of performs in COBOL? How does perform thru work, give example.

2 Answers  


I have written a CICS program. What tables should I setup to run this program?

3 Answers   IBM,


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

0 Answers   BirlaSoft,


What is the common systems area (CSA)?

0 Answers   IBM,


What is the CICS supplied transaction which performs syntax checking of a CICS command?

3 Answers  


what is psuedo conversation?

6 Answers   HCL,


Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?

3 Answers   CTS,


What are the CICS commands available for program control?

1 Answers   IBM,


Explain the difference between exec cics handle condtion and an exec cics ignore command?

0 Answers  


When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit

3 Answers  


Categories