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
XMLDOMN
If I have internet access, why won't IE display any web pages?
Why does END TASK on a remoteapp session cause all remoteapp sessions to all servers to shut down?
Data List
iPhone app: TabBarController and a first View
OWA 2003
Search for Large Attachments in Exchange 2007 Message Database
Failed to create back up copy of XML file error while loading and unloading Filezilla
Thunderbird
Need to turn a SQL select into a delete statement