Value | Description |
---|---|
%1 | Uses the first seven characters of the computer name as the base device name. |
%2 | Appends a D for display sessions or P for printer sessions. |
%3 | Appends an automatically incrementing number beginning with 00 and ending with 99. |
A device name of %1%2%3 results in WS1234D00 being sent to the iSeries. If the requested device name is in use, WS1234D01 is requested.
A device name of GROUP1%2%3 results in GROUP1D00 being sent to the iSeries. If the requested device name is in use, GROUP1D01 is requested.
A device name of %1%2%3 results in WS1234P00 being sent to the iSeries. If the requested device name is in use, WS1234P01 is requested.
A device name of GROUP1%2%3 results in GROUP1P00 being sent to the iSeries. If the requested device name is in use, GROUP1P01 is requested.
Printer association provides a mechanism to automatically request a printer device name based on the existing display device name. By predefining pairs of printer and display devices in the iSeries, users may dynamically request a display device using a base name plus %2%3 and automatically get a matching printer device.
For example, using a base name of GROUP1.
Using the associate printer with display feature.
A device name of GROUP1%2%3 configured in the display results in GROUP1D00 being sent to the iSeries. If the requested device name is in use, GROUP1D01 is requested.