I generate a table SAS
which contains the name of files in a PATH. In the next step I have to go through this table and use Proc import
to import all these files checking a condition namely:
if scan(f_name, 1, 'K')= looking_date_Num
where looking_date_Num
is coming from another table
How can I use a for loop applying the condition to upload all these DAT data?