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 |
Can we define an alternate index on VSAM/RRDS ?
What is the comaera (communication area)?
Can you access QSAM (seq ) files from CICS ?
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
Explain the difference between tsq and tdq
What are the cics tables?
What are the cics transactions?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
What is the common systems area?
What is the difference between physical map and symbolic map?
What is the access method used by DB2?
What is the difference between getting the system time with EIBTIME and ASKTIME command?