|
I think I didn't explain clearly enough the issues for this. I need to create a WSCST object for a new remote-IP printer that ALWAYS prints from Drawer 3. It might be a technically different drawer I'm thinking, but they're calling it that, and after we get this to work consistently I can change the drawer.
The third party software that will print these HCFAs, as they're called, is opaque. We cannot implement an override to the printer file or change the attribute on the printer file. Their assumption is a printer dedicated only to these forms, and they do not provide a way to make a drawer selection when they print this claim.
Therefore I must set this thing up for users at a different location (new for us), who need to print from out third party application to a printer at their location, but to a specific Drawer 3 (as they call it).
But the printer is an "HP Laser Jet P2050 Series PCL 6" printer.
Per instructions from the IBM web page, at http://www-01.ibm.com/support/docview.wss?uid=nas8N1010133, I retrieved the WSCST source code using, best closest guess for manufacturer type model (HP4),
RTVWSCST DEVTYPE(*TRANSFORM) MFRTYPMDL(*HP4) SRCFILE(QGPL/QTXTSRC) and member HP4.
Compiles okay to QGPL, but I need to tweak this thing so it ALWAYS pulls from the specific drawer.
In the retrieved source I have four drawer specifications:
:DWRSLT
DRAWER=PAPER
DATA ='1B266C3248'X.
:DWRSLT
DRAWER=ENVELOPE
DATA ='1B266C3368314F'X.
:DWRSLT
DRAWER=DRAWER1
DATA ='1B266C3148'X.
:DWRSLT
DRAWER=DRAWER2
DATA ='1B266C3448'X.
I suspect DRAWER2 for this. If it turns out to be technically a DRAWER3, the docs say I can add an entry for an additional drawer. (True?)
If I want to ONLY direct output to ONLY Drawer 2, will it work to remove the other drawer specs?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.