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 are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What are some of the cics commands associated with interval control?
Explain 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?
List out all the tables that are a part of cics ?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
how do you fire a batch job from a cics txn ?
How vsam files are read in cics pgms?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What is the meaning of the enq command?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Explain the difference between a physical bms mapset and a logical bms mapset?
Name the command used for terminating a browse operation?
What is meant by PPT and what are its uses?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
How to dsect parameter is used in bms?