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 *