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 |
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is the difference between pct and fct?
What is the use of tdq and tsq?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Explain the difference between dfhcommarea and tsq?
Can you define multiple maps in a BMS mapset?
What is CEBR?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
Name a few CICS programs which are generally used ?
Explain the difference between start and xctl?
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen