How to establish dynamic cursor position on a map? How to
get the cursor position when we receive a map?
Answers were Sorted based on User's Feedback
Answer / sumanth toom
Suppose the map's variable at which you want to place the
cursor is X, then move -1 to XL.
Note, if you move -1 to more than one locations, say XL, YL
and ZL, then the cursor is positioned at the first field
(among x,y&z) it encouteres in the map definition.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / 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 |
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
What information do you get when an EXEC CICS STARTCODE is issued?
what is the cics command used to access current date and time?
Explain the cics command that is used for reading a record from the tdq?
Which is the command used for terminating a browse operation?
The READ command with INTO option will read the record specified into the data area specified (True or False)
For a CICS-DB2 program, how is the plan referenced?
What is the meaning of the SYNCPOINT command?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
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?
Explain how would you resolve an asra abend?
How is dynamic memory allocated within a CICS application program?