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
can any one plzzzzzz tell the jcl code for creating ps using idcams
what operation is performed by job statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
For what purpose steplib and joblib are used ?
How can the submitting users racf authority be overridden in a job stream?
How can a jobs execution priority be modified?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What do you understand by jcl?
in ways data can be passed to a COBOL program from JCL?
What do you understand by the term notcat 2 – gs?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How dummy is used in jcl?
what is the purpose of coding notify parameter in job statement?
Is automatic restart possible in jcl?