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
What is a transid?
How is Telon(CA-Telon) used to build map?
what is effect on receive map when
What are the common cics service programs and explain their usage?
Can you define mdt?
Kindly specify the pic clause for the hhmmss type of data fields?
How can you access qsam (seq) files from cics?
Explain how do you delete item 3 in a five-item tsq?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What is the pcp in the cics?
Can you explain cics transaction gateway?
Define an aey9 abend?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
what is the differences between getting the system time with eibtime and asktime command?
Explain the difference between start and xctl?