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 are the common tables in cics and their usage?
What CICS command do you need to obtain the user logon-id?
What is the type of ppt in the cics?
What are the two outputs created as a result of generation of a map?
Explain the use of DCT ?
What is the common systems area?
What is ENQ?
Explain how many conditions can you include in a single handle condition command?
Can you explain cics translator?
What tables must be updated when adding a new transaction and program?
What are the types of performs in COBOL? How does perform thru work, give example.
What are the CICS commands associated with transient data queue processing?