next up previous contents
Next: MVS disk UNIX disk Up: Moving Binary Data: DST Previous: UNIX disk VMS

UNIX disk tex2html_wrap_inline1523 MVS

 

ftp mvs          # via ethernet
ftp mvs128       # via tokenring, RS/6000 only
You are prompted for account and password, then type:
binary                             # important !!!
get  <remotefile> <unixfile>
put  <unixfile> <remotefile>
quit

Note that simply putting data from a UNIX system to MVS will not create a record-structured file on the target node. Such files cannot be read by RAW/INPUT or DST/INPUT, although no data are really lost. To put data from UNIX to MVS you use

binary                             # important !!!
quote site REC=FB BL=16384 LR=8192 PRI=8000 SEC=2000 BL # for raw data, 131 MB  
quote site REC=FB BL=18000 LR=3600 PRI=4000 SEC=2000 BL # DST files, 72 MB
put  <unixfile> <remotefile>
quit

An alternative is to use MVS as a client, see gif. See also gif how to use the name mapping and multiple file transfer capabilities of UNIX-triggered FTP.



Back to GSI Home Page Back to FOPI Home Page Index

fopi
Tue May 28 15:33:35 CST 1996