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
what happens in execution stage in job processing?
How to override loadlib?
Explain the purpose of dd dummy statement?
Explain dfsort utility?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain how can values be passed from the job stream to an executable program?
How to alter the parameters for the existing gdg?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How to run cobol program using jcl?
Explain about LMQUERY�give a dialog information about a data set
Explain about ISPF/TSO Commands
What are the parameters that are used in creating a gdg?
if the submitter of a job wants to inform another user about the job completion, how can it be done?