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
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What is an mdt (modified data tag)?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Define the term function request shipping?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is meant by an AICA ABEND?
Define task work area?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Name some translator and compile options and explain their meaning?
What is the cics command level?
Name a few CICS programs which are generally used ?
Explain what is the massinsert option?
Explain the difference between a physical bms mapset and a logical bms mapset?
Explain the difference between the into and the set option in the exec cics receive map command?
Explain what is a cursor in cics sql processing?