BookmarkSubscribeRSS Feed
daisyxiang
Calcite | Level 5

I used to have the below base SAS code to append a sas table to an Oracle table. I want o convert it to CAS. Does anyone have any idea how to append a CAS table to an Oracle table? 

 

proc append base=Oracle.gtt_clm_t
data=work.clms
force nowarn;
run;

1 REPLY 1
SASKiwi
PROC Star

From my limited understanding of Viya the CASUTIL procedure is one way to do this. Check out the doc link and look at the SAVE statement which allows you write a CAS table to an external database via a Viya Data Connector.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 1 reply
  • 625 views
  • 0 likes
  • 2 in conversation