How do find length of the cursor in cics map ?
Answers were Sorted based on User's Feedback
Answer / tej
No such thing as length of cursor, the cursor position can
be obtained from EIBPOSN of the DFHEIBLK.It contains the
offset of it in the screen when data comes to pgm from
screen.Its a half word binary field.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / prabhat
There is no length of Cursor. Its a position on Screen. Like
(22,40) --> means Row 22 Column 40
| Is This Answer Correct ? | 1 Yes | 0 No |
Name the command used for terminating a browse operation?
Can you define ppt and what are its uses?
What is ATI? What kind of TDQ can be used?
Name the three ways available for a program to position the cursor on the screen?
What is the primary aspect of CICS?
What does the following transactions do?
How do you execute a background CICS transaction ?
What is the name of the mapset definition macro?
cics command level is?
I want to know what exactly the STOPPER field does with example. Please help.
What is the difference between the XCTL and LINK commands?
which is the cics control program that provides communication services between user written application programs and terminals?