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 difference between and exec cics xctl and an exec cics link command?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
What is ENQ, DEQ ?
How do find length of the cursor in cics map ?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
For a CICS-DB2 program, how is the plan referenced?
What is the difference between the NOHANDLE option and the IGNORE condition?
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
what is the purpose of using link ?
What is the COMMAREA(communications area)?
Explain how can you accomplish breakpoint in intertest?