if i have 3 fields and i declare IC for all of them ..
Then where will the cursor after sending map?
pls give explanation (it will be so kind)
Answer Posted / manish_cics
u define a cursor position in a map by placing 'IC' in the
ATTRB parameter of the DFHMDF macro for a particular
field . when the map is sent , the cursor 'll appear in
this field .
-- if there is more than one field ( DFHMDF macro ) With IC
spcified in one map ( DFHMDI macro ) , THE LAST 'IC ' would
be honoured. the following is an eg of the static cursor
positioning :
DFHMDF POS=(3,16),
ATTRB=(UNPROT,FSET,IC),
LENGTH=8
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain how do you control cursor positioning?
Explain the difference between dfhcommarea and tsq?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
Explain the difference between intra partition tdq and extra partition tdq?
Can you explain cics transaction gateway?
How to handle exceptional conditions in cics?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What are the classifications of the cics program?
what are the commands used to gain exclusive control over a resource?
Define an aica abend?
cics command level is?
Name the command used for terminating a browse operation?
Can you define cics task?
Define exec cics retrieve?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?