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
Define cics interface block?
What are the types of processes to create a map in cics?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Name the cics command that gives the length of twa area?
Explain how do you control cursor positioning?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Which commend used for terminating a browser operation?
What is meant by a ‘Transid’ ?
What are the terms cics generally means?
Can you define transid?
What are the cics commands associated with task control?
What is program reentrance?
Mention one alternative aspect of CICS?
how do you intitiate another transaction?
What is journal recovery?