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
Mention the option used in a cics command to retrieve the response code after execution of the command?
Name at least one of the ways by which a transaction can be terminated?
Explain how do you intitiate another transaction?
what is an mdt (modified data tag)? Its menaing and use?
Explain the difference between physical map and symbolic map?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
name the command that is used to dump the main storage areas related to a task?
Why do we need integrated cics translator?
Define floating maps with illustration?
Can you explain dfhmdf bms macro?
Define TCT.
Can QSAM files be accessed from CICS?
Explain the difference between dfhcommarea and tsq?
Can you define transid?
Explain the difference between link xctl?