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 |
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
difference between tsq and tdq?
Where are transient data sets defined to CICS?
What happens when a CICS command contains the NOHANDLE option?
What is the difference between a package and a plan. How does one bind 2 versions of a CICS
Can you have CICS code in a copybook? If yes, what happens during compilation?
What is a transid?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
The READ command with INTO option will read the record specified into the data area specified (True or False)
How can you Define and Install the Maps & Mapset ?
What is the common systems area?
What is the command which will delete a program LOADed into the main storage using LOAD command?