Microsoft
Software
Hardware
Network
Question : export the sas dataset to create a table in my sql database
Hi EE,
Can anyone please help me how to export the sas dataset and dump the contents into a new table in MY sql database.
Answer : export the sas dataset to create a table in my sql database
assuming the libref mysql already contains your connection definition to the mysql database, and your table is found in libref srcref, it's simply
data mysql.target_table_name;
set srcref.src_table_name;
run;
Random Solutions
Load date without timestamp in oracle date column using SQL*Loader?
Using wildcards to refer to a filename in a macro
Tracking cookies while NOT surfing - yieldmanager.com, atdmt.com, serving-sys.com
GPO not transferring the Application data folder
What is the impact of recreating an OU certifier on current users?
Migrate a Cisco Router-On-A-Stick type of network
Adding Environment Variable to pass from a batch file to a VB Script
is my named.conf file missing anything?
Insert Statement using values and select subquery
How to have my personal host file in a linux server instead of using /etc/hosts