nsatish2000
New User
Joined: 17 Aug 2004 Posts: 1
|
|
|
|
Physical Map
The primary objective of the physical map is to ensure the device independence in the application programs. 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 characteristics (Attribute Bytes) and default data for each field, and allows BMS to add control characters and commands for output in order to construct an output data stream.
Symbolic Map 8)
The primary objective of the BMS symbolic map is to ensure the device and format independence to the application programs. Therefore, through the symbolic map, a layout change in the formatted screen can be done independent of the application program coding as long as the field name and length 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.
|
|