Chapter Contents

Previous

Next
SAS/CONNECT User's Guide

PROC UPLOAD Output

The UPLOAD procedure writes a series of informative messages to the SAS log when it executes. Examples of these messages are shown in the following output.

SAS Log Messages from the UPLOAD Procedure
NOTE: Remote submit to B commencing.
 1    proc upload infile='local-external-file'
 2       outfile='remote-external-file';run;

 NOTE: TEXT upload in progress from infile=local-external-file
       to outfile=remote-external-file
 NOTE: Uploaded 4 records and 136 bytes.
 NOTE: 4 records were read from the file local-external-file
       The maximum record length was 65.
       The minimum record length was 0.
 NOTE: 136 bytes were transferred at 68 bytes/second.
 NOTE: The PROCEDURE UPLOAD used 0.04 CPU seconds and 1431K.

 NOTE: Remote submit to B complete.
$


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.