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 |
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
What is the difference between using the READ command with INTO option and SET option?
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
What is DEQ?
What is the difference between the XCTL and LINK commands?
what are the differences between DFHCOMMAREA and TSQ ?
What is a cursor in CICS sql processing?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What tables must be updated when adding a new transaction and program?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
What is the main function of the sign-on table?
Mention the option (along with argument type) used in a CICS command to retrieve the response code