I have reports dependent on other systems I would like for my script to not sent report if the report is blank and to try again in a hr..thank you for assistance
If your code for generating report is blank then your dataset also might be blank. So write a logic to iterate until your condition is met. Use SLEEP() function to make your iteration sleep for certain time.
If your code for generating report is blank then your dataset also might be blank. So write a logic to iterate until your condition is met. Use SLEEP() function to make your iteration sleep for certain time.
Thanks, Suryakiran
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.