BookmarkSubscribeRSS Feed
pfcraver
Calcite | Level 5

I have a job flow in EG 8.3 that I want to move to a remote server and then use cron to schedule and run the job in a batch like manner.  Looking for the best way to do this as I cannot seem to find a full solution online.

 

I have actually done this in the distant past just want to make sure that there is not a better way.

 

So the way i see it the process would basically be the following:

1. come up with a job flow - test etc.

2. Share/Export the all the jobs in the job flow to the remote server.

        If I just want to send just the code and not the wrappers and other stuff that EG adds then uncheck the boxes in                 the share screen.

        However is there a way to get rid of this:

%LET _CLIENTTASKLABEL='Create todays process list';
%LET _CLIENTPROCESSFLOWNAME='Process Flow';
%LET _CLIENTPROJECTPATH='';
%LET _CLIENTPROJECTPATHHOST='';
%LET _CLIENTPROJECTNAME='';
%LET _SASPROGRAMFILE='';

 

3.  use the created job file on the remote server and cron to schedule. e.g. set it the job up in cron.

 

So any other or better way to do this?  is it possible to make use of the job scheduler in SASMC for instance?
%LET _SASPROGRAMFILEHOST=''

 

1 REPLY 1
SASKiwi
PROC Star

Ask your SAS administrator about using SAS Management Console (a PC-installed tool) to schedule batch jobs. It's a lot easier than using cron as you avoid the need to start a remote SAS server session.. You also need to export your EG project to a SAS program first though.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 410 views
  • 0 likes
  • 2 in conversation