How to establish dynamic cursor position on a map? How to
get the cursor position when we receive a map?
Answer Posted / gagandeep sharma
THERE ARE TWO DIFFERENT WAYS:
RELATIVE AND SYMBOLIC METHOD:
1. relative method
EXEC CICS SEND
MAPSET(mapset name)
MAP(mapname)
CURSOR(167)
END-EXEC.Each row 80 bytes are calculated.
2. Symbolic method:
MOVE -1 TO TO N02L; N02 is field where cursor is to
position. -1 IS STANDARD VALUE
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How errors are handled in CICS programs?
Explain how many exceptional condition can be given in a handle condition?
Explain the difference between and exec cics xctl and exec cics start command?
How can you use dynamic calls in cics?
Explain how DSECT parameter is used in BMS ?
Explain the uses that are associated to tsq and tdq ?
When would you use abend command?
Explain the function of the load command?
What are the ways fot initiating a transaction?
Explain cedf transaction commands?
Explain how do you establish a starting position in a browse operation?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
how do you fire a batch job from a cics txn ?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
What is mainframe cics?