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


  • Subject: Re: Printing using TCP/IP over Ethernet
  • From: Buck Calabro <mcalabro@xxxxxxxxxxxx>
  • Date: Mon, 23 Feb 1998 08:46:08 -0500

Jerry,

-snip-

>SCS (SNA Character String) is an IBM slang term that essentially means
>native pre-formatted AS400 text oriented printer strings.  These are
>typically sent to a specific AS400 printer model (ie:  3812, 5224, 5219,
>etc) with formatting information related to the printer device type as
>defined in the related writer on the AS400.  The information is formatted
>by the AS400 writer as it is sent to the printer.  
>
>Host print transform is used on the AS400 to pre-format AS400 SCS printer
>strings into ASCII strings that are pre-formatted for a specific PC type of
>printer like an HP LaserJet.  This is a cycle intensive job on the AS400
>that I believe is more suited to be offloaded to the Printer or the
>PC/Printer combo.  Why waste AS400 cycles on this job?  The number of ASCII
>printer types available on the AS/400 are limited.

1.  HPT *can* be used on the AS/400, but it is not mandatory.  If you don't use 
it,
     OS/400 will translate your EBCDIC data to ASCII fine without it.  You don't
     need HPT for plain Jane reports (no underlining, etc.)
2.  HPT from SCS to ASCII is a trivial task; not at all cycle intensive.  SCS 
is plain
     old EBCDIC text.   IPDS is more sophisticated, and AFPDS more sophisticated
     still.  Using HPT on those datastreams *is* cycle intensive.
3.  The reason HPT was created was to specifically avoid the scenario where the
     same datastream gets "translated" differently by each client.  Doing the 
transform
     in the AS/400, in one place by one piece of software is a reasonable 
answer to
     that problem.  The corollary to that is that if you move a printer from 
one client
     to another, you need to re-configure the new client.  It's a lot easier to 
configure
     one AS/400 than it is to configure a dozen clients.
4.  The printer types are growing with each release, but if yours is missing, 
you can
     create your own via WSCT support.

Buck Calabro
Commsoft, Albany, NY

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to "MIDRANGE-L@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 ...


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.