× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Well, it's almost ready for the light of day.  The new, improved WSCST now
has the correct CPI and the correct LPI.  The only problem is that I can't
get the forms length to use the full page.  I don't know if this is residue
from the COR, or if there's some interrelationship with the forms length on
the document itself.

My one thought was to take the forms-length-inches and forms-length-lines
parameters and embed them in the COR data, but it didn't seem to have any
effect.

My thanks to Brad and Bryan for their assistance to date.

I've burrowed through the IBM site and there are 3 manuals that have pieces
of the puzzle:

Check out Redbooks

        SG24-2160       Printing V

        GG24-4389       Printing IV

        SC41-3605       Workstation Customization Programming

--Paul E Musselman
PaulMmn@ix.netcom.com





>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.


+---
| 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 thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.