Hi everyone,
I guess I have 3 issues. I need to read files, that have filepath in following format:
x1/x2/x3/x4/file
So, I want to iterate over SOME x1, ALL x2, SOME x3, ALL x4. Finally when I am in x4 folder, I have 2 types of file's name in following format:
file_name_date
file_name_date.new
So, from those I want to read only file_name_date files, and I want to skip all file_name_date.new.
file_name part of file is constant the only thing changes in file_name_date is the date part.
Then, this file is zipped. Can sas read zipped file?
Finally, when I read this file and did some manipulation with it, I want to save it and then start to work with new file. When I iterate over all files in folder, i will go back from x4 level to x3 level, change folder, go to new x4 level and repeat process.
Sorry, I guess it is confusing. You are more than welcome to ask extra questions, I will try to explain as hard as I can
Thanks,
Ed