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)
Answers were Sorted based on User's Feedback
Answer / hrs
If you declare the IC in more than one field it will be
placed at last entarable field.
As per you cursor will be placed at 3 enterable filed...
| Is This Answer Correct ? | 22 Yes | 1 No |
Answer / 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 |
Answer / suraj kumar
cursor will be displayed at the last field..... sure lock
kar diya jayee....
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / lu
This is a suggestion :
never declare IC ..... If you want positioning your cursor
move -1 to your field length....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mrunmaya dash
The cursor will be positioned in the first unprotected
field after sending a map. If the fields are protected
field then also the cursor will be in the first field where
you have declared IC, but you could not be able to enter
any value into that.
| Is This Answer Correct ? | 4 Yes | 11 No |
What is the difference between the enter key, the PF keys and the PA keys?
What is the difference between LINK and XCTL ?
What is an AICA abend?
What is the name of the facility provided by CICS to free the application program form the problems caused
If we wish to create bms executable, what are the basic steps that the user has to go through?
How many ways are there for initiating a transaction?
Can you explain communication area?
Which CICS service transaction is used to gain accessibility to CICS control tables?
What are the types of processes to create a map in cics?
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
Why is it important not to execute a STOP RUN in CICS ?
What are extra partition & intra partition TDQs?