What is the difference between a Symbolic map and Physical
map ?
Answer Posted / 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 |
Post New Answer View All Answers
Name the cics command that gives the length of twa area?
Explain the difference between using the read command with into option and set option?
Explain the difference between pseudo-conversational and conversational?
Name at least one of the ways by which a transaction can be terminated?
Explain the difference between a physical bms mapset and a logical bms mapset?
Explain the use of DCT ?
Name the command which is used to release a record on which exclusive control is gained?
What is task control?
How can you use dynamic calls in cics?
What is a transid?
What is DEQ?
What does the 'cebr:cics' transactions do?
name the command that is used to dump the main storage areas related to a task?
Explain the difference between a package and a plan.
How ENQ and DEQ used in CICS?