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

MVS disk tex2html_wrap_inline1523 UNIX disk and VMS

 

Here is an example how to exchange data between UNIX and MVS with MVS as client. This gives you the chance to define the necessary record information. In plain TSO or ISPF 6 type

FTP <unixnode>
You are prompted for account and password, then type:
binary                                               # !!! important
locsite REC=FB BL=16384 LR=8192 PRI=4000 SEC=2000 BL # needed for "getting" Raw Data
get run_0000.lmd LMDV.S018.raw0000 (replace          # overwrites MVS file !
put LMDV.S018.raw0000 run_0000.lmd                   # overwrites UNIX file 
locsite REC=FB BL=18000 LR=3600 PRI=4000 SEC=2000 BL # needed for "getting" DST Data
get run0377.dstx DSTX.S018B.DST0377 (replace         # overwrites MVS file !
quit



Back to GSI Home Page Back to FOPI Home Page Index

fopi
Tue May 28 15:33:35 CST 1996