News
PROC IMPORT produces the specified output SAS data set and writes information about the import to the SAS log. In the log, you see the DATA step or the SAS/ACCESS code that is generated by PROC IMPORT ...
proc cimport data=newdata.times infile=trans3; run; SAS Log NOTE: Proc CIMPORT begins to create/update data set NEWDATA.TIMES NOTE: The data set index x is defined. NOTE: Data set contains 2 variables ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results