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 |
What are the types of performs in COBOL? How does perform thru work, give example.
Which is the command that is used to dump the main storage areas related to a task?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
What is the difference between using the READ command with INTO option and SET option?
How do you get data from a task that began with a START command?
when will be use the tdq and tsq??
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
List all the CICS tables and explain their contents.
What is EXEC CICS RETRIEVE ?
What is the kcp in the cics?
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
What do you mean by CEMT?