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 the CICS command that is used to receive the un- formatted data from the terminal?

2 Answers  


CICS and DB2 can exist in the same region under the Operating system (True or False)

2 Answers  


Give the definition of COMMAREA ?

0 Answers  


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

2 Answers  


Explain difference between call and link?

0 Answers  






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

2 Answers  


What CICS facilities can you use to save data between the transactions?

1 Answers   IBM,


The first step in the development of an application system is the Requirement Analysis(True or False).

1 Answers  


What is Journal Recovery and Dynamic Transaction Backout?

2 Answers   IBM,


How many conditions can you include in a single HANDLE CONDITION command?

5 Answers   IBM,


what is the option to be coded on return to associate a transaction identifier with next terminal.

1 Answers   IBM,


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers   IBM,


Categories