Chapter Contents |
Previous |
Next |
SAS/CONNECT User's Guide |
rsubmit; filename myfile 'vb.block.record' recfm=u; proc download infile=myfile outfile='c:\vb.rec' binary; run; endrsubmit;
After the local host's LOG window shows the number of bytes transferred, you would issue the following local FILENAME statement using an RECFM= and an LRECL= option, where the value of LRECL= is the number of bytes transferred:
filename myfile 'c:\vb.rec' recfm=s370vb lrecl=xxxx;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.