Following are examples that show how to use the QWP4019 program.
Example 1
Set the 4019 flag on and then off in the device description for PRT01.
Example 2
Enable COR and the 4019 fonts for a 4019 printer attached to a 348x InfoWindow® display.
QWP4019 CALL | Result |
---|---|
CALL QWP4019 (PRT01 *ON) | Sets the 4019 flag on in the device description for PRT01. This supplies the 4019 fonts but disables computer output reduction. |
CALL QWP4019 (PRT01 *COR) | Sets the *COR flag on in the device description. This enables computer output reduction for PRT01. |
Example 3
Enable near letter quality (NLQ) print quality for an IBM® Personal Printer Series II 2390 printer attached to a 3477 InfoWindow display.
QWP4019 CALL | Result |
---|---|
CALL QWP4019 (PRT01 *IMP) | Turns the *IMP flag on in the device description for PRT01. |
CALL QWP4019 (PRT01 *CHECK) | The system returns 5219 or 3812 because the 4019 flag is off. There is no check for *IMP, *SIC, and *COR flags. |
Example 4
The following table provides a summary of the QWP4019 parameters, the call used to set flags on, and the call used to set flags off.