HP3000-L Archives

August 1996, 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:
Duane Percox <[log in to unmask]>
Reply To:
Duane Percox <[log in to unmask]>
Date:
Thu, 15 Aug 1996 07:00:18 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
>I want to convert/copy a variable file to a fixed file.
>
>All of the records on the variable file are of the same length.  I want the
>record length of the Fixed file to be set this.
>
>Any suggestions please.
 
 
Say you have 80 byte fixed records stored in variable format:
 
BUILD FIXFILE;REC=-80,3,f,ascii;disc=1000
FCOPY FROM=varfile;to=fixfile
 
Note: answer yes when fcopy asks if its ok that the specs of the
      files don't match.
 
Duane Percox  (QSS)
[log in to unmask] (v:415.306.1608 f:415.365.2706)
http://www.aimnet.com/~qssnet/
 ftp://ftp.aimnet.com/pub/users/qssnet/
Don't miss the 'Land of QWEBS'... http://qwebs.qss.com

ATOM RSS1 RSS2