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 are the statements that are not valid to be included in an include statement?
How do you create a temporary dataset?
What is the format of comment statement?
what sort card you will use to copy the data from one dataset to another dataset?
What is the purpose of dd?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is the purpose of coding notify parameter in job statement?
How to submit jcl through a cobol program?
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 ?
Mention the types of job control statements?
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
Can we call instream to catalog and catalog to instream?
Explain how can values be passed from the job stream to an executable program?
what is DSN parameter and DISP parameter is used for?