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,
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
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)
@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
Hi Koen,
Thank you for your questions. Hereby the warning i'am getting
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.