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 the jcl exec statement?
what operation is performed by job statement?
Describe the various parameters utilized in the creation of a gdg?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what JCL Procedures?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
In sms datasets, what is the function of the dd mgmtclas keyword?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What are the difference between jcl and jes?
what is the purpose of coding notify parameter in job statement?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What do you understand by the term notcat 2 – gs?
what is use of space parameter in dd statement?
how do you access an uncataloged dataset in a jcl?