HP3000-L Archives

February 2002, 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:
Ken Hirsch <[log in to unmask]>
Reply To:
Ken Hirsch <[log in to unmask]>
Date:
Fri, 22 Feb 2002 11:31:08 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
> Could prebuild the file and use >> to append to it.


Whether you use > or >> you need to include a '*' for a file equation or
else the CI redirection will only look for TEMP files, and create one if
there is no file (whether or not there is a permanent file of that name).

The difference between > or >> is that a single > will open the file with
ACC=OUT and delete the previous contents.  >> opens with ACC=APPEND

You can use a file equation as simple as FILE X;DISC=1000000
then >*X will build a larger file.

The important thing to remember is that you should include ,OLD to open a
permanent file for output.

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

ATOM RSS1 RSS2