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
Explain how many conditions can you include in a single handle condition command?
Define communication area?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What is the meaning of the eibaid field?
Kindly specify the pic clause for the hhmmss type of data fields?
What is commarea (communications area)?
How can you use dynamic calls in cics?
What is journal recovery?
Define temporary storage?
What is the term bms in cics?
Explain the mdt in cics?
In the EIB block of CICS, highlight the names of few of the important fields?
What are the types of processes to create a map in cics?
how do you fire a batch job from a cics txn ?
how do you execute a background cics txn ?