How do you dynamically set the CURSOR position to a
specific field?
Answer Posted / the ancient zio
OR.... you specify CURSOR(cposn) on the SEND MAP api
command. cposn is defined as 80 * (row - 1) + column - 1.
This way you may even position the cursor on a literal, in
the middle of a field or even in a position where there's
nothing. Might come handy in some occasion.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between using the read command with into option and set option?
How to get the cursor position when we receive a map?
Differentiate between PCT and FCT.
what is the differences between getting the system time with eibtime and asktime command?
How to handle exceptional conditions in cics?
Name some translator and compile options and explain their meaning?
What are the types of important programs that are used in the cics?
Which commend used for terminating a browser operation?
How is Telon(CA-Telon) used to build map?
In a CICS program, how will you read a VSAM file?
What is the common systems area?
Explain the different ways of initiating transaction in cics?
Explain the difference between pseudo-conversational and conversational?
Name the cics command that gives the length of twa area?
Explain how pa key is different from pf key?