SASKiwi's answer is completely correct; I'll just add a couple of comments. Since you mentioned that you have access to Enterprise Guide, I'm assuming that your client is comfortable with it. In that case, setting up EG so that the components (code, results, log...) generated by the tasks will be kept within the project leads to a nice, clean project file to deliver to the client...everything is saved within the project, except for the actual SAS datasets, which are represented by links. Therefore no data exposure concerns. I think you'll find over time that the EG representation of an ordered list of tasks leading to results is a nice way to represent the code (I note from your comment that you find it a little disorganized looking at this point!) I agree absolutely that for reliable, production-grade scheduling of a job using the EG scheduler is not the best solution. In that case, you should definitely export the SAS code and use one of the server-based options. And of course, with SAS, there are ten ways to do anything, but these should get you started. Have fun! Tom
... View more