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 do you understand by the terms: joblib and steplib?
Can we call instream to catalog and catalog to instream?
What are the rules employed while naming the steps in a job?
Why include statement is used in a jcl?
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
how can the same proc be re-used and called by many jobs?
Explain the hierarchy levels in jcl?
how do you code a null statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What are steplib and joblib? What for they are used?
what happens in conversion stage in job processing?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain dd statement in jcl?
What is use of restart and how to use it?
How to pass the parameter in parm using linkage section ? (syntax)?