What are the three ways available for a program to position
the cursor on the screen?
Answer Posted / 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 View All Answers
What are some of the cics commands associated with interval control?
What is meant by an AICA ABEND?
How to establish dynamic cursor position on a map?
Explain the function of the load command?
Explain cedf transaction commands?
Define an aey9 abend?
which transient data queue support ati?
Explain the difference between a symbolic map and physical map?
What are the some important fields in the eib block?
Explain how do you intitiate another transaction?
Explain how do you establish a starting position in a browse operation?
Can you explain enq and deq used in cics?
Explain the significance of rdo?
How ENQ and DEQ used in CICS?
In a particular cics program, what is the procedure to allocate dynamic memory?