HP3000-L Archives

February 1997, Week 4

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:
Lane Rollins <[log in to unmask]>
Reply To:
Lane Rollins <[log in to unmask]>
Date:
Wed, 19 Feb 1997 10:53:57 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
In article <[log in to unmask]>, [log in to unmask] (GF) wrote:

> I have a program which is opening the STDLIST and attempting to write
> more than 133 characters out. This program runs fine when run in a
> session, but when it's run in a job, the fwrite fails with the error
> 43,  message "Write exceeds record size".
>
> I have tried to get it to work via NOBUF, MULTIREC access to the
> STDLIST output file, but this doesn't work either.
>
> What's the deal with this 133 character limit??
>
> [log in to unmask]

It has to do with the record width of the printer. You basically have to
options one is to redefine the printer with a larger record width, or break
the fwrite into to seperate fwrites. On the first fwrite you need to put in
a CCTL code for not doing any cr or lf, I don't remember what they call it
in the book but I have always used a %320.

Lane

ATOM RSS1 RSS2