I have a driver program that calls other programs like this:
%include "\program1.sas";
%include "\program2.sas";
....
%include "\program49.sas";
After thirty minutes any remaining programs never get run. Any ideas on what may be causing this or how I might begin to troubleshoot?
Thanks!
Do you run the "driver" program from the commandline or the scheduler?
Then it's probably not an issue of your interface disconnecting (or being disconnected). As a next step, get ahold of the log and inspect it, and see where it ends.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.