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 do the terms locality of reference and working set mean?
Can you define cics task?
define the field with ic in the bms map.
Which of the following statements correctly describe the syntax of CICS command language?
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
What is DFHBMSCA?
For a CICS-DB2 program, how is the plan referenced?
What is the common work area?
What are the uses of ppt in cics?
What is the function of the EXEC CICS HANDLE CONDITION command?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
Name the three ways available for a program to position the cursor on the screen?