Hi - When I import data into SAS Viya using the manage data tab, this data is not immediately available within the file structures in 'Develop code' tab, is there a libname statement required to access this data? I am able to view data in sas studio which has been imported in SAS drive.
Hi!
When you import data using VA it will be loaded into memory.
To be able to use this in studio you will need to create a CAS session and define a libname.
Something like this:
cas mysession;
libname mylib cas caslib=casuser; (or whatever cas libname you loaded the data into 🙂 )
You should be able to see the libname in studio.
//Fredrik
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.