How to get cursor position from system in CICS environment ?
Answer Posted / venkat
to get the cursor pos of cics environment by the concept
of 'eibcposn'.by copy this dfhbmsca we can achive this.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
what sort card you will use to copy the data from one dataset to another dataset?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Explain about LMQUERY�give a dialog information about a data set
Explain the purpose of the dd keylen parameter?
Explain the function of a dd statement?
Explain the jcl exec statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
In sms datasets, what is the function of the dd avgrec keyword?
how you can access an uncataloged dataset in a JCL?
Explain dfsort utility?
Differentiate between the joblib and the steplib statements?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is use of disp parameter in dd statement?
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