Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



How to establish dynamic cursor position on a map? How to get the cursor position when we receive ..

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

How to establish dynamic cursor position on a map? How to get the cursor position when we receive ..

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

Post New Answer

More CICS Interview Questions

What is the pic clause for the data type of length option field type of data fields?

0 Answers  


Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?

3 Answers  


What is fset?

0 Answers  


write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?

2 Answers   Cap Gemini,


How is the storage determined in the symbolic map, if you have multiple maps?

2 Answers   IBM, Wipro,


what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?

0 Answers   IBM,


what are the commands used to gain exclusive control over a resource?

0 Answers   IBM,


Kindly specify the pic clause for the any bll cell type of data fields?

0 Answers  


What is the name of the mapset definition macro?

1 Answers  


Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?

1 Answers  


What is the command used for receiving a map from a terminal?

1 Answers  


Why do we need integrated cics translator?

0 Answers  


Categories