Hello,
I’d like to use this syntax:
DEFINE PRINTER (N) OUTPUT ‘xxx’
And then I use ‘USP0001N’ to check printer allocation. Unfornatelly if ‘xxx’ printer is allocated to any other stream - DEFINE PRINTER… doesn’t work - the logical printer allocatedo to n-stream is unchanged.
How to omit that problem?
Please help.
NAT316 has been out of support since June 2005 on the mainframe. If there is an issue with USP0001N, you will need to upgrade to correct it.
are the output devices AAA, LPF3 defined?
can you
DEFINE PRINTER (4) OUTPUT ‘AAA’
and immediately after
DEFINE PRINTER (4) OUTPUT ‘LPF2’
?
is the output actually redirected correctly or not? Is the problem with USP0001N reporting the allocations incorrectly or is the output being directed incorrectly?