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
Explain dd statement in jcl?
Brief description of inline procedure of jcl.
How to run cobol program using jcl?
How does jcl act on code(if you take a cobol program)?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the purpose of dd * statement in jcl?
Explain the job statement in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the purpose of dd * statement in jcl?
Is automatic restart possible in jcl? If yes, how?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the function of the dd avgrec keyword in sms datasets?
How to pass data to a program that is coded in an exec statement?
How to override loadlib?
What parameter directs the output of the job log dataset?