IBM i5/iSeries Primer(c) Concepts and Techniques for Programmers, Administrators, and Sys[... ]ators

The i5/OS follows a long but fixed (and predictable) path to determine where to send output. If you know the path, you always will be able to determine the destination of your reports. You also will be able to make the system work the way you want it to.

All levels of settings have two settings: one to name an output queue (always called OUTQ) and one to name a printer device (called PRTDEV or DEV). The OUTQ setting is the more important of the two. The other setting only matters if OUTQ(*DEV) has been specified.

Either attribute can have special values such as *JOB and *SYSVAL. In this case, the system jumps directly to the appropriate level, and skips all others. For example, a file override (top level) may specify OUTQ(*DEV) PRTDEV(*SYSVAL). *SYSVAL stands for "system value," which is the bottom level. The system jumps to the system value level directly; it skips all other levels.

Категории