hi
proc casutil incaslib="public";
save casdata="name" outcaslib="public" replace;
run;
i am creating the cas table wih sashdat and in-memory table
with the above code cas table created but not in-memory table
with this code again i need to manually load the table in to cas in-memory.
i am expecting with the second screenshot symbol in-memory table with programming in sas studio.
any help pls..
I'm expecting that the SAVE statement is saving an already existing in-memory table to disk.
So your name table should already be in CAS memory.
What does the log say?
Where are you running PROC CASLIB? In SAS Studio or a different user interface? In SAS Studio, each program should have a log tab where your SAS log output should be displayed after you run the program.
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.