In case you modify the attribute field of map do you need
to recompile the map?
Answer Posted / kautuk
Yes Need to recompile the Map.
If you modify an existing map in a way that affects the
symbolic map, you must recompile (reassemble) any programs
using it, so that the compilation uses the symbolic
structure that corresponds to the new physical structure.
Changes to unnamed map fields do not affect the symbolic
map, but addition, deletion, rearrangement, and length
changes of named fields do. (Rearrangement refers to the
DFHMDF macros; the order of the fields on the screen does
not affect the symbolic map, although it is more efficient
to have the DFHMDF macros in same order as the fields on
the screen.) So make changes to the DSATTS option in the
map definition--this option states the extended attributes
you may want to change by program. It is always safest to
recompile, of course
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Mention the option used in a cics command to retrieve the response code after execution of the command?
Define the term transaction routing?
What is the meaning of the eibaid field?
What is task control?
Explain the logical message in cics?
Define cebr?
What does a cics translator do?
Kindly specify the pic clause for the data type of length option field type of data fields?
What does the 'ceci:cics' transactions do?
In a particular cics program, what is the procedure to allocate dynamic memory?
What are the some important fields in the eib block?
Define an asra abend?
Is length = 0 sufficient to ascertain that the field has been modified?
Name the command used for terminating a browse operation?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?