How do you dynamically set the CURSOR position to a
specific field?
Answers were Sorted based on User's Feedback
Answer / krishnakumar
By moving -1 to the corresponding length field
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / uttam
move -1 to fieldname +L
like that we can go to any fields(specific fields)
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / 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 |
What is the cics command level?
Explain the uses that are associated to tsq and tdq ?
CICS and DB2 can exist in the same region under the Operating system (True or False)
Can you define aica abend?
What is a two Phase commit in CICS?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What is fset?
Name the three ways available for a program to position the cursor on the screen?
What is the difference between a physical BMS mapset and a logical BMS mapset?
Is there any entry for TSQs in CICS tables?
How do you initiate another transaction?
what are transient data sets defined to cics?