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 |
The error code AEIV?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
What is difference between copy and include?
Explain difference between call and link?
What is ATI? What kind of TDQ can be used?
What is the function of DFHMDF BMS macro?
What is a mapset?
What are the CICS commands associated with temporary storage queue processing?
Sync points cannot be requested by the application programs (True or False).
Which transient data queue supports ATI?
Name the macros used to define the following: MAP MAPSET FIELD