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 is the command for reading a record form a TSQ?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
A CICS program ABENDS with an ASRA ABEND code. What is its meaning?
Explain how to build up lu 6.2 communication?
What is the difference between a physical BMS mapset and a logical BMS mapset?
Are sequential files supported by CICS?
What do the terms locality of reference and working set mean?
Name the cics command used to access current date and time?
What is an ASRA?
How can we code a program such that we will never get a MAPFAIL error?
NAME SOME TRANSLATOR AND COMPILE OPTION AND EXPLAINE THEIR MEANING
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?