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 types of the dfhmdf present in the cics?
How would you release control of the record in a READ for UPDATE?
What is bms map?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
After execute the map, What will happen ? Give breif Description
Which commend used for terminating a browser operation?
What is task control and what are the CICS commands associated with it?
What is Quasi-reentrancy?
What are the some important fields in the eib block?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
What does it mean when EIBCALEN is equal to 1 and other values?
NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING