I have a request to build a SAS Macro that fires off a SAS Program every day, in 10 minute intervals. I am aware of the &SysDate, &SysDay and &SysTime variables and figure they will be used to calcuate the Day and Time (Not sure I need to worry about the &SysDate), but do not have much experience with SAS Macro's and %Do loops. I know I'll need to add 10 minutes to the &SysTime variable and basically hold until the system clock and the &SysTime+10Min = the SystemTime. I'm working on this now, but any insight or code would be helpfull. Job will be running on UNIX and I am coding in SAS EG. TIA, Jay
... View more