|
Hey Paul, I ran into the same thing. There is a place in the WSCST that takes care of it. The following is from the knowlege data base http://as400service.rochester.ibm.com/as4sde/slkbase.nsf/slkbase Document # 8703311 Customizing the VARLSPC Tag Default tag: :VARLSPC VAROFFSET= 3 VARLEN= 3 VARTYPE=CHRDEC CNVNUM= 1 CNVDEN= 48 DATA ='1B266C00000043'X. /* Default VARLEN=3 */ The VAROFFSET and VARLEN parameters are used by host print transform to change a range of the DATA value. If the value is specific and you don't need it modified, then change the VARLEN value to 0. Examples that will hardcode line spacing: DATA ='1B266C372E323943'X. /* 6.588 lpi VARLEN=0 */ DATA ='1B266C352E34353543'X. /* 8.8 lpi VARLEN=0 */ DATA ='1B266C362E38353743'X. /* 7 lpi VARLEN=0 */ Examples that allow flexibility to the output: o If the spoolfile is set to 6lpi and cor'g is reducing to 10lpi, but you want 8lpi. DATA ='1B266C0000002E3943'X. /* Print at 8lpi */ o If the spoolfile is set to 8lpi and cor'g is reducing to 12lpi, but you want 10lpi. DATA ='1B266C0000002E3943'X. /* Print at 10lpi */ These examples of data values are PCL5 controls and can be used on HP4 or IBM4039HP WSCST objects. Bryan Dietz 3X Corp. PaulMmn <PaulMmn@ix.netcom.com> on 01/27/99 10:28:27 PM Please respond to MIDRANGE-L@midrange.com To: MIDRANGE-L@midrange.com cc: (bcc: Bryan Dietz/Columbus/3X Corp) Subject: pcl5 and 5si and wscst I'm in the midst of trying to force some documents to print 'properly' on an HP 5si. I've created a WSCST (WorkStation Customization) object that successfully forces any documents on a queue to remain in the full upright and portrait position, printing at 10 cpi and, unfortunately, 10 lpi. The letters on each line of print are just about touching the lines above and below. I need to be able to force 6 or 8 lines per inch. *sigh* I need some additional information on how the lines-per-inch are set using host print transform, WSCST objects, and how they both relate to the settings on the document being printed. I've downloaded Brad's document about WSCSTs, and the manual from IBM, and I think I understand what's happening, but I'm missing that one little piece... Any help would be greatly appreciated. --Paul E Musselman PaulMmn@ix.netcom.com +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.