What are the three ways available for a program to position
the cursor on the screen?
Answers were Sorted based on User's Feedback
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 |
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 |
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
What are the attribute values of Skipper and Stopper fields?
What are extra partition & intra partition TDQs?
Explain the function of the load command?
For multithreading an application program need not be re- entrant(True or False).
What is eib?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
Name some important fields in the EIB block ?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
What is ENQ, DEQ ?