BlueZone has the capability to auto create iSeries Device Names dynamically and retry the devices until the iSeries determines that the requested device is not in use. BlueZone is configured to create the names based on %1, %2, and %3 values entered in the device name edit box.
%1 uses the first six characters of the computer name as the base device name. The %1 may be replaced with six characters to be used as a common base device name to which the following parameter are appended.
%2 appends a D for display sessions or P for printer sessions.
%3 appends a automatically incrementing number beginning with 01 and ending with 99.
For a computer with computer name WS1234.
A device name of %1%2%3 results in WS1234D01 being sent to the iSeries. If the requested device name is in use, WS1234D02 is requested.
Using a base name of GROUP1.
A device name of GROUP1%2%3 results in GROUP1D01 being sent to the iSeries. If the requested device name is in use, GROUP1D02 is requested.
For a computer with computer name WS1234.
A device name of %1%2%3 results in WS1234P01 being sent to the iSeries. If the requested device name is in use, WS1234P02 is requested.
Using a base name of GROUP1.
A device name of GROUP1%2%3 results in GROUP1P01 being sent to the iSeries. If the requested device name is in use, GROUP1P02 is requested.
Printer association provides a mechanism to automatically request a printer device name based on the existing display device name. By pre-defining 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.
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 GROUP1D01 being sent to the iSeries. If the requested device name is in use, GROUP1D02 is requested.
Once the display successfully obtains a device name, the printer is assigned the matching device name by the display emulator. If the display get GROUP1D01, it give the printer GROUP1P01.
NOTE This
feature only works with predefined display and printer device name pairs
where the printer device is assigned to the display device rather than
the user.