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
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is catelog procedure and how many catelog procedure to use in one job?
Is automatic restart possible in jcl? If yes, how?
What is the function of //jcllib statement?
What is the function of the steplib dd statement?
What is Cataloged Procedures?
What are the parameter we cannot use in procedure?
What is one line to pass PARM from JCL to COBOL?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are some jcl statements that are not allowed in procedures?
How is a type of file defined in the jcl that executes the cobol program?
Explain the function of the steplib dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?