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

How can you accomplish breakpoint in intertest?

2 Answers   IBM,


How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?

3 Answers   DELL, HSBC,


What is the term conversational programs means?

0 Answers  


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

0 Answers  


If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?

5 Answers   IBM,


What does the 'cemt:cics' transactions do?

0 Answers  


What is the function of the CICS translator?

1 Answers  


What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).

2 Answers  


How is Telon(CA-Telon) used to build map?

0 Answers  


What is an MDT (Modified Data Tag) - it's meaning and use?

2 Answers   Polaris,


What are the situations under which NEWCOPY is required ?

2 Answers   Cap Gemini, IBM,


How will you place cursor on a field called ?EMPNO?.

2 Answers  


Categories