How to get cursor position from system in CICS environment ?
Answer Posted / jerinjose
EXEC CICS SEND CONTROL CURSOR(23)
END-EXEC
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Name the statement which can be used to send data to another mvs jes3 node?
In job processing, what happens in execution stage?
Explain how can an in-stream dataset be terminated?
What are the jcl procedures?
How does the jcl specify the job to os?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Must tape dataset definitions include vol=ser specifications?
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?
Explain the purpose of the dd keylen parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
How to pass data to a program that is coded in an exec statement?
What is the use of disp parameter?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.