HP3000-L Archives

February 1997, Week 3

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:
"Chuck Duncan." <[log in to unmask]>
Reply To:
Date:
Thu, 20 Feb 1997 22:33:04 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
At 97-02-18 20:00:08 EST [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]
>

I would try:
    file xx=$stdlist;rec=-256            [ or whatever the record length is ]
    run theprog;stdlist=*xx


Chuck Duncan
[log in to unmask]

ATOM RSS1 RSS2