I was able to import file using the IMPORT wizard in SAS EG by using the network location directly. Now since we have to automate this process we want to define network drive in our SAS Code instead of using Import wizard.
Network location is like - "\\Un03pn\as_shared\PS\Req\N&G\"
Unix Location - "/com/csg/prdb/nonp/code/auto/sas/"
So ask is to either copy file from network location to Unix location and use it in SAS program
or directly copy file from network location in SAS code so that the code can be automated without manual intervention.
Thanks for any kind of help in advance!
Regards,
Nishant
Either have the UNC path mounted on your UNIX server, or use an external sftp if the network share server is also accessible through SSH.
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.