HP3000-L Archives

April 2007, Week 1

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:
Jim Kramer <[log in to unmask]>
Reply To:
Date:
Sun, 1 Apr 2007 21:51:00 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (46 lines)
Ted said:

> In using the QUAD editor and trying to make a mass change I get the
> following error.  The file has around 6,000 records.
> 
> =20
> 
> /ch :  ",": to :",":,a
> 
>   Error in work file routine PUT'WORK'REC
> 
> * * * * * * * * * * * * * * * * * * * * * *=20
> 
>   File system error
> 
>   END OF FILE  (FSERR 0)
> 
> * * * * * * * * * * * * * * * * * * * * * *=20

The easiest way to avoid this problem (and to run faster) is to operate on
the file as an external file.  Thus, instead of this:

/t file
/ch :  ",": to :",":,a

do this (without first texting the file)

/ch :  ",": to :",": <file>

Be careful, because changes made in this way are permanent and cannot be
cancelled or undone.

There is also a way to increase the size of the work file in later versions
of Quad, but I don't remember how exactly.  It's probably a JCW but could be
a command.  It is covered in HELP.

Jim

Jim Kramer

Email and MSN:  [log in to unmask]
Yahoo:  jhkramer_1  AIM:  jh kramer 1

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

ATOM RSS1 RSS2