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
Explain about LMFREE�free data set from its association with data ID
What is notcat 2 - gs?
when can a job time-out occur? How to overcome that?
A dd statement consists of 4 fields. Name them?
Is acct parameter mandatory?
What is the function of the dd avgrec keyword in sms datasets?
Is automatic restart possible in jcl? If yes, how?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Name the statement which can be used to send data to another mvs jes3 node?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the purpose of dd * statement in jcl?
Must tape dataset definitions include vol=ser specifications?
Can I share my data with other jobs? How?
For what purpose steplib and joblib are used ?
Is condition checking possible in jcl?