How do you control cursor positioning?
Answers were Sorted based on User's Feedback
Answer / sahil
Cursor positioning can be controlled in following ways :-
a) Move -1 to the length field of variable
b) Using CURSOR(num) while sending the map
c) Using IC option in DFHMDF declaration
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / hai dang
Move -1 to the length field of variable and you need to make sure on the
EXEC CICS SEND MAP (xxxxx)
...
CURSOR <--- This keyword will position your cursor properly
...
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how do you establish a starting position in a browse operation?
Sync points cannot be requested by the application programs (True or False).
What is meant by program reentrance?
What is the difference between receive and receivemap commands in CICS?
Explain the difference between physical map and symbolic map?
what is eib, how is can be used?
Explain the difference between a symbolic map and physical map?
Explain the usage of language in the ppt entry?
Add a field to screen when what's the flow of impact?
list the sequence of steps used to achieve modiication in skip sequential mode?
What is a cursor in CICS sql processing?
How would you release control of the record in a READ for UPDATE?