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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -