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
In sms datasets, what is the function of the dd mgmtclas keyword?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
How can the attributes of one sms dataset be copied to another dataset?
how you will the direct the data to spool using sysout option?
is there any way to execute more than one proc in the same exec statement at the same time..?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain the function of dd disp parameter?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What are steplib and joblib?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what is the compile process of cobol program expalin with code
what is the JCL statement consists of?
Explain dfsort utility?
What is the function of a dd statement?