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
Why block size is multiple of lrecl in jcl?
What are steplib and joblib?
what are the statements that are not valid to be included in an include statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What happens if both JOBLIB & STEPLIB is specified ?
Is it possible to left uncode disp?
What is the difference between the positional and keyword parameters? Give examples.
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
how can you check if a file is empty using jcl?
List the different components of jcl statement?
What are steplib and joblib? What for they are used?
What do you understand by the term notcat 2 – gs?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How does jcl act on code(if you take a cobol program)?