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 |
Name some commands used for CICS file browsing.
Explain the primary significance of intra-partition and extra-partition tdqs ?
What is effect on RECEIVE MAP when PF key is pressed? PA key is pressed?
What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?
What does it mean when EIBCALEN is equal to 1 and other values?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
What is task control and what are the CICS commands associated with it?
What are the some important fields in the eib block?
Explain the different ways of initiating transaction in cics?
Explain the difference between dfhcommarea and tsq?
What are the two types of transient data queues?