HP3000-L Archives

November 2001, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Doug Werth <[log in to unmask]>
Reply To:
Doug Werth <[log in to unmask]>
Date:
Thu, 29 Nov 2001 17:24:44 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
Re:

> We use this to send out signatures, macros, fonts and what ever.  You have
> to do it this way because through the spooler the max line of bytes you
can
> send without a new line / record separater is 1008B because spool files
are
> 1008B Variable ascii.

True enough. Or you can specify carriage control option %320 and the spooler
will suppress the CR/LF. The effect is you can string as many characters
together as needed without regard to the 1008b byte limit. Here is the exact
COBOL code I use to download a macro that is stored as 80 byte records on an
MPE system to a Laser Printer.

     CALL INTRINSIC "FWRITE" USING SIGMACRO, SIG-RECORD,
               \%50\, \%320\.

Doug.

Doug Werth                             Beechglen Development Inc.
[log in to unmask]                               Cincinnati, Ohio

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2