The $LPDVP macro is used in all modules to name the device types, and to separate data for each device type.
In the XDEVTYPS module, the $LPDVP macro is also used to specify a select mask and a reject mask for each of the four types of modules:
If a mask contains an * (asterisk) in any position, the letter in the same position of the module name is defined to be a match without regard to its value. Otherwise, the characters in the mask must be equal to the characters in the same position in the module name to match.
When the use-count of a module reaches zero (that is, no printer is using it), the name of the module is compared to the appropriate select mask from the last time the XDEVTYPS module was loaded.
If the name does not match, the module is kept in storage. If the name does match, it is now compared to the reject mask. If there is a match, the module is kept in storage; if not, it is deleted.
$LPDVP CBPRINT=<GEN | NOGEN>,
CHRM1= <'xxxxxxxx'>
<'XCHR****'>
CHRM2= <'xxxxxxxx'>
<'XCHR****'>
DEVICE= XX-xxxxx,
DEVM1= <'xxxxxxxx'>
<'XD******'>
DEVM2= <'xxxxxxxx'>
<'XD......'>
END= <YES | NO>,
FDFM1= <'xxxxxxxx'>
<'XF******'>
FDFM2= <'xxxxxxxx'>
<'XF......'>
PDFM1= <'xxxxxxxx'>
<'XP******'>
PDFM2= <'xxxxxxxx'>
<'XP......'>
$LPDVP Parameters
This section describes the &LPDVP parameters.
The parameter effects are:
This parameter selects a mask for font modules. The default value is XCHR****
This parameter rejects a mask for font modules. The default value is XCH…
This parameter provides a device type name. There is no default value.
This parameter selects a mask for device type modules. The default value is XCHR****.
This parameter rejects a mask for device type modules. The default value is XD...
The parameter effects are:
The parameter effect is to select a mask for FORMDEF modules. The default value is XF****.
The parameter effect is to reject a mask for FORMDEF modules. The default value is XF....
The parameter effect is to select a mask for PAGEDEF modules. The default value is XP****.
The parameter effect is to reject a mask for PAGEDEF modules. The default value is XP....
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|