How do find length of the cursor in cics map ?
Answer Posted / 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 |
Post New Answer View All Answers
If we say that bms length of field = 0, then what does that mean?
What is the cics command that is used to access current date and time?
Explain how many conditions can you include in a single handle condition command?
Name the three ways available for a program to position the cursor on the screen?
Explain the difference between the into and the set option in the exec cics receive map command?
What is the term conversational programs means?
What are the cics commands associated with task control?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Can you explain cics translator?
Which commend used for terminating a browser operation?
Give the definition of COMMAREA ?
What are the types of processes to create a map in cics?
what are the commands used to gain exclusive control over a resource?
Explain the difference between intra partition tdq and extra partition tdq?