Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


In case you modify the attribute field of map do you need
to recompile the map?

Answers were Sorted based on User's Feedback



In case you modify the attribute field of map do you need to recompile the map?..

Answer / 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

In case you modify the attribute field of map do you need to recompile the map?..

Answer / sangram jadhav

You need not to recompile the map. You can use attribute
variables used in DFHBSMCA to move to variable name 'A'
field (added with suffix 'A') in symbolic map. This will
modify the attributes for that field for subsequent SEND.

I hope this is what you are looking for.

Is This Answer Correct ?    4 Yes 0 No

In case you modify the attribute field of map do you need to recompile the map?..

Answer / phani

yes need to recompile to impact the changes made on the
map..

Is This Answer Correct ?    1 Yes 1 No

In case you modify the attribute field of map do you need to recompile the map?..

Answer / chandrasekar

yes it is need to recompile yhe map while modify the
attributes,bcos while u didnt recompile means modify there
is no changes in the symbolic map

Is This Answer Correct ?    1 Yes 1 No

In case you modify the attribute field of map do you need to recompile the map?..

Answer / bhavani

No you need not re-compile the map as there is no change in
the copybook structure generated.

Is This Answer Correct ?    2 Yes 13 No

Post New Answer

More CICS Interview Questions

What is the other way of terminating a transaction?

2 Answers   IBM,


How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)

4 Answers   HSBC,


What is MDT?

1 Answers   IBM,


How do you set the MDT option to ?ON? status, even if data is not entered?

1 Answers  


Explain the difference between tsq and tdq

0 Answers  


I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN

4 Answers   Keane India Ltd,


How do you enter into cics region and how many regions available?

1 Answers   Cap Gemini,


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


What is the use of DSECT parameter in BMS?

2 Answers   IBM, Xansa,


Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?

0 Answers  


What is data only and map only in cics

4 Answers   TCS, Virtusa,


What is the eib?

0 Answers  


Categories