How to get a file name currently being read into SAS? -
%sysget(sas_execfilename)
, %sysget(sas_execfilepath)
sas program submitted data file itself? use infile
statement in data step , filename= , others characteristics written sas log, how print file name being read title ?
Comments
Post a Comment