После компиляции объектов с помощью Rational Developer (RDP) я проверяю «Журнал команд» на предмет успеха или неудачи.
Моя проблема в том, что существует много беспорядка, относящегося к «Устройству принтера»PRT01 не найден. ":
Printer device PRT01 not found. Output queue changed to QPRINT in library QGPL.
Cause . . . . . : The printer device PRT01 not found. The output queue was changed for the spooled printer file QSYSPRT in library QSYS.
Recovery . . . : Do one of the following before you run the program again:
-- Change or override the printer device name for the spooled printer file QSYSPRT in library QSYS using either the Change Printer File (CHGPRTF) command or the Override Printer File (OVRPRTF) command.
-- Add or create the configuration for the printer (CRTDEVPRT command).
После некоторых исследований.Я отметил, что в DSPUSRPRF мои очереди вывода установлены на:
Print device . . . . . . . . . . *WRKSTN Name, *SAME, *WRKSTN, *SYSVAL
Output queue . . . . . . . . . . *WRKSTN Name, *SAME, *WRKSTN, *DEV
Мой вопрос заключается в том, как настроить / изменить принтер RDP по умолчанию на «QPRINT in library QGPL»?