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

Hello all-

When I export all the code in a process flow-it exports all the program code from the programs themselves but NOT the data that needs to be downloaded to the local server after.

Is there a way to do this.

I need to port the actual SAS programs over to SAS Data Integration Studios for the purposes of scheduling. Since I can't port EG programs but rather the SAS programs I am looking for a solution, if there is one.

Thanks in advance

Lawrence

1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

As I understand it the upload / download tasks in EG will only work in EG and don't use SAS code behind the scenes. This is why you can't export it to run in a non-EG SAS environment like DI Studio:

http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/

To be able to copy data from the DI Studio server to the local server,  there are a few options you could explore: arranging for local server directories to be 'visible' from the DI Studio Server or using FTP with SAS. What operating systems are the two servers? If they are both Windows then you can often 'see' one server from another using UNC: \\LocalServerName\dir1\dir2.

View solution in original post

3 REPLIES 3
SASKiwi
PROC Star

As I understand it the upload / download tasks in EG will only work in EG and don't use SAS code behind the scenes. This is why you can't export it to run in a non-EG SAS environment like DI Studio:

http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/

To be able to copy data from the DI Studio server to the local server,  there are a few options you could explore: arranging for local server directories to be 'visible' from the DI Studio Server or using FTP with SAS. What operating systems are the two servers? If they are both Windows then you can often 'see' one server from another using UNC: \\LocalServerName\dir1\dir2.

LB
Quartz | Level 8 LB
Quartz | Level 8

SASKiwi-

Thanks-

I had come to the same assessment.

The issue at large is that there are two separate network environments-windows and UNIX.

Currently there is no connectivity-I was trying to do an end run about having to set up an UNIX account and having to manage everything through FTP/ PERL scripts etc etc.

Lawrence

SASKiwi
PROC Star

FTP is definitely a good option to explore for moving data from Unix to Windows. Hope it works out.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 3 replies
  • 3224 views
  • 0 likes
  • 2 in conversation