设置/更改RDP的默认输出队列?

时间:2012-04-03 10:51:29

标签: ibm-midrange rational-developer-for-i

使用Rational Developer(RDP)编译对象后,我检查“命令日志”是否成功。

我的问题是有很多混乱,与“未找到打印机设备PRT01”有关。<:strong>

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的默认打印机为“库QGPL中的QPRINT”?

1 个答案:

答案 0 :(得分:1)

存在几种可能性。我个人会更改用户配置文件(CHGUSRPRF)中的输出队列,因为此配置文件在每个使用它的地方都会出现此问题。

右键单击连接,然后选择左侧的子系统。有两个选项卡:对象和命令。单击“命令”。在该面板的底部是一个名为“初始命令”的字段。我在那里有CALL MYLIB / MYWDSCSETUP。这是一个简短的CL程序,可以完成设置输出队列,环境变量等操作。非常类似于登录5250终端时可能运行的初始程序。