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
Define task work area?
Highlight the difference between a symbolic map and physical map?
How vsam files are read in cics pgms?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the pic clause for the hhmmss type of data fields?
what is the differences between getting the system time with eibtime and asktime command?
what are the thress bms options?
Explain the difference between a package and a plan.
Can ESDS files be accessed from CICS?
Can you define attribute byte?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Receive consists of buffer option in it. What is the significance of this option?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is the kcp in the cics?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?