Upload under OpenVMS with RSTXSCRP
SolutionIf you want to upload data with RSTXSCRP under OpenVMS, you have to do the following at operating system level:
1. edit the file stream.fdl and define the following contents.
$ edit stream.fdl
SYSTEM
SOURCE VAX/VMS
FILE
ORGANIZATION sequential
RECORD
BLOCK_SPAN yes
CARRIAGE_CONTROL carriage_return
FORMAT stream_lf
SIZE 0
2. Convert your upload file "file_known.exa" to "file_new.exa"
$ convert/fdl=stream.fdl file_known.exa file_new.exa
3. With a full directory display, make sure file file_new.exa has
the record format Stream_LF
$ dir/full file_new.exa
4. Import your file "file_new.exa" with RSTXSCRP.
No comments:
Post a Comment