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
which is the cics control program that provides communication services between user written application programs and terminals?
What are the main uses of the transaction in the cics?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Explain the difference between tsq and tdq
Name the command which is used to release a record on which exclusive control is gained?
Explain how many exceptional condition can be given in a handle condition?
what are the differences between and exec cics xctl and exec cics start command?
Explain how do you dynamically set the cursor position to a specific field?
difference between tsq and tdq?
Differentiate between PCT and FCT.
How to dsect parameter is used in bms?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What are the common cics service programs and explain their usage?
Explain the difference between a physical bms mapset and a logical bms mapset?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?