Convert file formats (CR LF)

General VMS based discussions.
Post Reply
Message
Author
User avatar
issinoho
Site Admin
Posts: 197
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

Convert file formats (CR LF)

#1 Post by issinoho »

BCK

Code: Select all

$ set file file.bck/attribute=(lrl:32256,rfm:fix)
SAV

Code: Select all

$ set file file.sav/attribute=(lrl:32256,rfm:fix)
PCSI

Code: Select all

$ set file file.pcsi/attribute=(lrl:8192,rfm:fix,rat:none)
TXT

Code: Select all

$ set file file.txt/attribute=(rfm:STM) or (rfm:STMLF)

Post Reply