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 the purpose of the program list table?
What command do you issue to delete a record in a transient data queue ?
Explain the significance of rdo?
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)
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
Is there any entry for TSQs in CICS tables?
are we use the group by clause in cursors?
What is the General Command format Of CICS
Explain the difference between dfhcommarea and tsq?
How do you use altindxs in batch, cics programs?
Mention the content that is present inside a PPT ?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?