What are the three ways available for a program to position
the cursor on the screen?

Answers were Sorted based on User's Feedback



What are the three ways available for a program to position the cursor on the screen?..

Answer / krishnakumar

IC while defining the map
move -1 to length field to dynamically positioning
give absolute screen position while issuing
SEND MAP command
cursor(abs.pos)

Is This Answer Correct ?    5 Yes 0 No

What are the three ways available for a program to position the cursor on the screen?..

Answer / v@m$i

1.static position
General decleration
ex: attrb=(num,ic,unprot)
2.Dynamic position
These are 2 types
1.symbolic position
By moving -1 to the required field then place cursor in
that field.
2.relative position
we can directly specify the required position.
i.e cursor(position value)
ex:cursor(245)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More CICS Interview Questions

What is a deadlock?

1 Answers  


What is the name of the log which contains the information needed to restart the system, including the task

2 Answers  


What is CICS ?

0 Answers  


What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

1 Answers  


List all the CICS tables and explain their contents.

3 Answers   IBM,






What is the meaning of the enq command?

0 Answers  


What is the difference between FSET and FRSET?

3 Answers  


what is the deadlock?

2 Answers  


How many maps are create in a single mapset?

5 Answers  


What are the cics commands associated with task control?

0 Answers  


Explain how DSECT parameter is used in BMS ?

0 Answers  


How do you initiate another transaction?

1 Answers  


Categories