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
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Are there any set of rules for the names of the steps used in a job?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Where & How Do You Code Identifier In Jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how you can access an uncataloged dataset in a JCL?
How to submit a jcl from cics?
What are the parameter we cannot use in procedure?
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?
Explain how can a jobs execution priority be modified?
Is it possible to define dd statements as you want?
How can values be passed from the job stream to an executable program?
what is use of space parameter in dd statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?