BookmarkSubscribeRSS Feed
MAGDN
Calcite | Level 5

I want to know on what way it's possible to copy a .flw file from the filesystem to SAS Content folder in Viya.

 

I've tried to use a binary copy (fcopy lrec=n) but this results in het corrupt flow in de SAS Content folder,

4 REPLIES 4
sbxkoenk
SAS Super FREQ

Hello,

 

Not sure why FCOPY does not work.
You could try fget and fput and fwrite like done here:

 

How to use SAS DATA step to copy a file from anywhere?
By Chris Hemedinger on The SAS Dummy June 17, 2011
https://blogs.sas.com/content/sasdummy/2011/06/17/how-to-use-sas-data-step-to-copy-a-file-from-anywh...

 

Just make sure to use FILESRVC Access Method on FILENAME Statement when referring to SAS Content folder!

Like here :

filename myfldr2 filesrvc folderpath='/Shared Data/Sales' filename='sales.csv';

Koen

MAGDN
Calcite | Level 5

I've the same question.  I make use indeed of filesrc and i'am aware over de .csv-example documented by SAS.

 

When you copy with the same method  a .flw file to the sas content you can see that the file is copied to the sas content but the .flw-file wil not open as a flow in sas content.

 

My goal is to copy a working sas studio flow which is saved on the filesystem copy via sas-code to the sas contents which should result in het working flow (on the sas content)

sbxkoenk
SAS Super FREQ

@MAGDN wrote:

When you copy with the same method  a .flw file to the sas content you can see that the file is copied to the sas content but the .flw-file wil not open as a flow in sas content.

Hello,

Koen

MAGDN
Calcite | Level 5

 

 

Hi Koen,

Thank you for your questions. Hereby the warning i'am getting

warning_association.JPG

 

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!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 4 replies
  • 1195 views
  • 0 likes
  • 2 in conversation