How to get cursor position from system in CICS environment ?
Answer Posted / arun singh
There are three approches to cursor positioning.
1)static positioning.
by placing "IC" in the attrib parameter of DFHMDF for a
particuler field.
EX. DFHMDF POS=(3,16)
ATTRIB=(UNPROT,FSET,IC)
LENGTH=8
2)Dynamic symbolic positioning.
by using the symbolic name of the field
MOVE -1 TO THE LENGTH FIELD.
3)USING THE CURSOR IN THE SEND MAP.
EX. EXEC CICS SEND
MAP('............')
MAPSET('.........')
CURSOR(100)
END-EXEC.
the cursor will be placed at the position 100 of the
terminal relative to zero.......
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is DSN in JCL and what are the parameters to declare the DSN?
Can I send output of job to my remote device careerride123?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain how can an in-stream dataset be terminated?
What is the use of disp parameter?
When space is allocated for an output dataset, what units can be used?
What are the jcl procedures?
how JCL works?
What are steplib and joblib?
what is the JCL statement consists of?
What is the function of the steplib dd statement?
What are the 2 types of parameters in dd statement?