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 |
Can you access QSAM (seq ) files from CICS ?
When would you use abend command?
What is the General Command format Of CICS
What is the primary aspect of CICS?
By which CICS defined field can you determine the position of the cursor on the map ?
What is the usage of language in the PPT entry?
What is the pic clause for the hhmmss type of data fields?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
What is EIB. How it can be used?
what is the difference between task and transaction in cics?
Differentiate between PCT and FCT.
How do you fire a batch job from a CICS transaction ?