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 get cursor position from system in CICS environment ?

Answer Posted / amiya ranjan

You can get ur cursor position from EIBCPOSN.
give
COPY DFHAID in working storage.
from eibcposn you will get your cursor position.
suppose you have 80 columns in your screen and if your cursor is in 2nd row and 3rd column then your eibcposn is 80+3 =83
so by dividing it with 80 you will get 1 and adding 1 you will get your row number. Similarly you can get your column position by calculating with above formula given by Pof.

thanks.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Cataloged Procedures?

1203


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

1206


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

1609


How do you submit a job for execution?

1162


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

10278


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

1124


Are there any set of rules for the names of the steps used in a job? What are they?

1117


what is “Cond= even” and “Cond=only”?

1364


Explain how can return codes be tested before execution of a job step?

1372


what is SOC4 error?

1273


Explain how can a stopped job be started again?

1181


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

1264


Explain how can a jobs execution priority be modified?

1260


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

1281


List the different components of jcl statement?

1146