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 |
CICS and DB2 can exist in the same region under the Operating system (True or False)
Explain the uses that are associated to tsq and tdq ?
NMDS is both device dependent and format dependent (True or False)
Explain re-entrancy as applies to CICS.
In which table would you make an entry for a BMS map?
What are the three BMS options ?
What is the EIB (execute interface block)?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
how do you handle errors in cics programs?
What is the process of converting the CICS commands into the equivalent host language statements called?
What is the difference between physical map and symbolic map?
Define ceci?