BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
miriam93
Fluorite | Level 6

Dear SAS community,

 

 

I started working with the inegrated scheduler of SAS Enterprise Guide.

To test it, I wrote a dummy project containing only one very simple dummy program:

 

%let Var1 = 'Hello World';

data testdata1;
run;

I then scheduled the workflow to be run once, and according to the schedule history the task was finished. But: The time stamp of the log file of the dummy program did not change. So, the program did not run, did it? And if so, why shouldn't it? I've run these simple lines locally, and they work, so there shouldn't be an issue with syntax.

 

Also, is there a way to get a log file of the job itself, like

 

'Running job at THU 4th JAN 2021 12:00:00 PM......

job completed successfully at THU 4th JAN 2021 12:00:30 PM'

 

and not just the log file of the program?


Thanks for any help with this,

 

Miriam 🙂

1 ACCEPTED SOLUTION

Accepted Solutions
Anand_V
Ammonite | Level 13

Hi @miriam93 

 

This KB has few tips related to this topic, see if this helps!

https://support.sas.com/kb/56/648.html

 

View solution in original post

2 REPLIES 2
Anand_V
Ammonite | Level 13

Hi @miriam93 

 

This KB has few tips related to this topic, see if this helps!

https://support.sas.com/kb/56/648.html

 

miriam93
Fluorite | Level 6
Hi 🙂

Thank you so much for this link, it turned out to be quite helpful, not just with this specific issue.
Turns out the reason was that I was running SAS on a remote server and not locally.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 479 views
  • 1 like
  • 2 in conversation