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 |
Which is the program which determines whether a transaction should be restarted ?
What CICS command do you need to obtain the user logon-id?
What is the pcp in the cics?
what is effect on receive map when
What Are Send Map Maponly & Send Map Dataonly ?
Explain how do you access the records randomly in tsq?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
By which CICS defined field can you determine the position of the cursor on the map ?
how i can enter into cics region in real time.
What is the difference between getting the system time with EIBTIME and ASKTIME command?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?