HP3000-L Archives

April 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:
Gavin Scott <[log in to unmask]>
Reply To:
Gavin Scott <[log in to unmask]>
Date:
Wed, 24 Apr 2002 14:40:23 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
John writes:
> FCOPY is writing each record to the target file at its maximum length,

Message files are unique in that they are always internally structured as
variable length files but you can either view them as variable *or* fixed,
depending on how you open the file.

My guess (being to lazy to test it) is that FCOPY specifies fixed records in
its FOPEN with the assumption that a "real" variable length file will
override it.

Try issuing a file equation for the output MSG file explicitly specifying
that you want variable records, as in:

:FILE OUTMSG;REC=,,V

and FCOPY TO=*OUTMSG and see if that works any better.

G.

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

ATOM RSS1 RSS2