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

Why is it important not to execute a STOP RUN in CICS ?

4 Answers   IBM,


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

3 Answers   IBM,


I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?

7 Answers  


What is the difference between getting the system time with EIBTIME and ASKTIME command?

2 Answers  


What is ENQ?

0 Answers  






what is the purpose of using link ?

5 Answers   Kanbay,


What are the two outputs created as a result of generation of a map?

2 Answers   IBM,


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,


How do you fire a batch job from a CICS transaction ?

2 Answers   TCS,


I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN

4 Answers   Keane India Ltd,


What is the effect of including the TRANSID in the EXEC CICS RETURN command?

2 Answers  


WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?

2 Answers  


Categories