This is my Daily Activity i need to finalize the Macro automation in Base sas. 1. Every day i received txt files (filename ending with yesterdays date - Ex:- xxxxxx_17jun2014.txt) 2 I dont know how many file are client given but file name should be same and yesterdays date and number of the file ( Ex:- xxxxxx_17jun2014_1.txt , xxxxxx_17jun2014_2.txt ...... xxxxxx_17jun2014_n.txt ) 3. I need to import all available files at a time run some Analysis. 4. Important thing is "Want to schedule the project and that is running for each and every 10 mints" A. I dont know when they will upload, My code need to check the files are available. B. If Files are available and file names matching with yesterdays date then start the process. C. Once output file is stored into same folder need to stop the activity. Note:- I already developed the entire code in SAS EG4.0 and Schedule the projects, but now Iam working on SAS9.3. Could you please help me out how to schedule the projects in base sas. Thanks in Advance.
... View more