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 does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


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

0 Answers  


Can you define transid?

0 Answers  


What is the CICS command that is used to copy a screen image of a terminal into another terminal?

1 Answers   IBM,


Difference between TSQ & TDQ

3 Answers  






After execute the map, What will happen ? Give breif Description

4 Answers   HCL, IBM,


Can you define multiple maps in a BMS mapset?

3 Answers   Cap Gemini, IBM,


explain abt types of maps? and explain

1 Answers  


How to get the sign-on user-id from an application program?

1 Answers  


What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?

1 Answers   IBM,


In a CICS program, how will you read a VSAM file?

0 Answers  


Name three ways the Modified Data Tag can be set on?

6 Answers   IBM,


Categories