All go to PND, and I've tried all the combinations for the WSCST. As a test,
I had the user put letter size paper in drawer 1, and it worked fine.
The users insist on selecting the paper from drawer 3, however, since they
want 11X17 paper in drawer 1 for printing maps. That paper won't fit in
drawer 3.
IBM gave up and told me to call Xerox.
Paul Nelson
Cell 708-670-6978
Office 512-392-2577
nelsonp@xxxxxxxxxxxxx
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Buck Calabro
Sent: Friday, August 23, 2013 12:26 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: Printer configuration question
On 8/23/2013 1:02 PM, Paul Nelson wrote:
OK, I'm getting nowhere with IBM, except "try this" and "try that".
The printer is a Xerox Color Qube 9201. It has 3 trays. I have configured
six ways from Sunday according to IBM's instructions and can't get past
PND
with the spool file status.
Does the printer print any spooled files or do they all PND? If nothing
prints, look to a communications issue. How is the printer attached?
Through a user PC? Remote OUTQ? DEVTYPE(*IPDS)? If only the spooled
files with the modified drawer goes to PND, then there's more to be done.
I am trying to force the printer to pull from drawer 3 instead of drawer 1
(user requirement). Even trying a custom WSCST doesn't work.
Anybody know the hex string for that printer? I'm getting ready to call
Xerox, since IBM even suggested that route.
For printer problems I always start with technical document 17690939
http://www-912.ibm.com/s_dir/slkbase.NSF/10aab18fc58a76b486256838006ae1e0/b4
4a2cf4ba778d83862568250053649f?OpenDocument
The Xerox Qube 9201 is listed here:
http://www-912.ibm.com/s_dir/slkbase.NSF/7c4c0f5a4d52e3c4862569b4005d198a/cc
6ee2005999a36d862569c100796da4?OpenDocument
Retrieve the WSCST from the *HPCOLORLJ and modify it. You want to look
for lines like this:
:DWRSLT
DRAWER=PAPER
DATA ='1B266C3248'X.
:DWRSLT
DRAWER=ENVELOPE
DATA ='1B266C3668314F'X.
:DWRSLT
DRAWER=DRAWER1
DATA ='1B266C3448'X.
:DWRSLT
DRAWER=DRAWER2
DATA ='1B266C3148'X.
The key parts (very simplified):
1B266C - set drawer
3248 - main drawer
3448 - drawer 1
3148 - drawer 2
These drawer settings are for one of my printers here: your numbers (31,
32, 33, 34, etc) will vary.
--buck
As an Amazon Associate we earn from qualifying purchases.