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 |
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What is the CICS command that is used to receive the un- formatted data from the terminal?
Explain how do you establish a starting position in a browse operation?
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
What is CEDF?
Explain the logical message in cics?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
Explain how pa key is different from pf key?
Difference between TSQ & TDQ
Can you access QSAM (seq ) files from CICS ?
Explain how many exceptional condition can be given in a handle condition?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?