How to get cursor position from system in CICS environment ?
Answer Posted / pof
EIBCPOSN ( from EIBBLK) gives a number
int(EIBCPOSN /80) + 1 gives line #
1 + EIBCPOSN - 80 *(int(EIBCPOSN /80)) gives column #
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the use of disp parameter?
How do you access an uncatalogued dataset in a jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?
Is it possible to code instream data in a PROC?
Explain the purpose of dd * statement in jcl?
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.
What is jcl in mainframe?
What are the 4 fields in dd statement?
What is the format of comment statement?
what is use of disp parameter in dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what happens in execution stage in job processing?
which parameter is use to declare the name of dataset in dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?