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 issue SQL COMMIT from a CICS program?
What is the function of the CICS translator?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
How to make protected field in BMS invisible through application program?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
What CICS facilities can you use to save data between the transactions?
Explain cedf transaction commands?
Can you use DYNAMIC calls in CICS ?
How can you use dynamic calls in cics?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?