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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -