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...


What is the difference between a Symbolic map and Physical
map ?

Answers were Sorted based on User's Feedback



What is the difference between a Symbolic map and Physical map ?..

Answer / manik

Symboli Map is the copy library member & Physical map is
the load module.

Physical map is the screen that we see & symbolic map is
used in application program to defining & acessing fields
in the screen.

Is This Answer Correct ?    58 Yes 4 No

What is the difference between a Symbolic map and Physical map ?..

Answer / sriramu.t

Physical maps controls the screen alignment, sending and
reciving of constants and datato and from terminal.
Physical map is the load module.


Symbolic maps are define the map fields used to store
variable data reference in COBOL PGM.Symboli Map is the
copy library member

Is This Answer Correct ?    29 Yes 4 No

What is the difference between a Symbolic map and Physical map ?..

Answer / cheran pogu

The primary objective of the physical map is to ensure the
device independence in the applicaiton program. More
concretely, for input operations, the physical map defines
maximal data length and starting position of each field to
be read and allows BMS to interpret an input data stream.
For output operations, the physical map defines starting
position, length, field characteristic (Attibute Bytes) and
default data for each field, and allow BMS to add control
characters and commands for ouput in order to construcht an
ouput data stream.

The primary objective of the BMS symbolic map is to ensure
the device and format independec to the application
programs. Therefore, through the symbolic map, a layout
change in the formatted screen can be done independent of
the appllication program coding as long as the field name
and lenght remain same.
it is used by the application program, which issues a COBOL
COPY statement in order to include a symbolic map in the
program.

Is This Answer Correct ?    15 Yes 6 No

What is the difference between a Symbolic map and Physical map ?..

Answer / lenin

Physical Map : It denotes the display format of the
terminal,it contains the details of unnamed fields and
attribute , posiion and length details of named fields.It
is stored along with the host language program,

Sympolic map: It consists of all the named fields and for
each named field four fields(Length,flag,attribute(by
redefining Flag) and the original Value) will be created.
It will be stored in the copy library.

Is This Answer Correct ?    11 Yes 3 No

Post New Answer

More CICS Interview Questions

How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?

1 Answers   IBM,


Explain the difference between exec cics handle condtion and an exec cics ignore command?

0 Answers  


what is the use of tsq and tdq....at what situation we need to use this...pls tell me....

2 Answers   Kanbay,


when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

0 Answers   IBM,


Explain the maps in cics?

0 Answers  


Is there any entry for TSQs in CICS tables?

3 Answers   IBM,


Can you explain multitasking and multithreading?

0 Answers  


Is it possible start a transaction CICS from job Batch? How do it?

5 Answers   CSC,


How do you make your BMS maps case sensitive?

2 Answers   IBM,


what is mapfail and when we get this error? during send map or receive map?

3 Answers   HP,


Which of the following are recoverable CICS resources?

1 Answers   IBM,


which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?

0 Answers   IBM,


Categories