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
Can dynamic calls be used in CICS?
what are the reserved words for cics?
Explain the difference between pseudo-conversational and conversational?
Define TCT.
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 cics regions that share the same db2 subsystem?
For protecting a transaction using the transaction security function, the two things that must be done are?
Is length = 0 sufficient to ascertain that the field has been modified?
Particular area has been affected in cics screen, what is the process to find?
Explain the different system tables used in cics?
What is the comaera (communication area)?
What is meant by an AICA ABEND?
What is the abend command?
Explain the cics command that is used for reading a record from the tdq?
Can you define cics task?
Explain how do you dynamically set the cursor position to a specific field?